diff options
Diffstat (limited to 'Digitigrade/Model/Note.php')
| -rw-r--r-- | Digitigrade/Model/Note.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Digitigrade/Model/Note.php b/Digitigrade/Model/Note.php index 7fb1221..64a2168 100644 --- a/Digitigrade/Model/Note.php +++ b/Digitigrade/Model/Note.php @@ -151,7 +151,7 @@ class Note extends PushableModel implements TimelineIncludeable { }, $this->mentions, $this->privacy->alsoVisibleTo, [$this->author])); } - protected function getRelevantServers(): array { + public function getRelevantServers(): array { $recipientActors = $this->getRelevantActors(); // reply-to and thread apex author should be covered by mentions but in case they're not: if (isset($this->inReplyTo)) |
