From 8de5608976dc8a73a400267601acb4c8e127de5a Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 16 Jan 2025 18:33:18 +0000 Subject: note privacy and summary stuff --- Digitigrade/Model/Note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Digitigrade/Model/Note.php') 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)) -- cgit v1.3