summaryrefslogtreecommitdiffstats
path: root/lib/Federation/BackendNotifier.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-29 17:13:31 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-06 21:05:00 +0100
commitcdc988c7ffc28f212f6df847a02f8136ada0d9ea (patch)
treed562869fc23a725dba3d83c328b3ede6792c7164 /lib/Federation/BackendNotifier.php
parent578b1d5873784490daed3d47540ae30781581c8d (diff)
feat(federation): Implement notifications for mentions, reply and full
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Federation/BackendNotifier.php')
-rw-r--r--lib/Federation/BackendNotifier.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Federation/BackendNotifier.php b/lib/Federation/BackendNotifier.php
index 1b13b260e..ccb422b23 100644
--- a/lib/Federation/BackendNotifier.php
+++ b/lib/Federation/BackendNotifier.php
@@ -313,6 +313,7 @@ class BackendNotifier {
* Send information to remote participants that a message was posted
* Sent from Host server to Remote participant server
*
+ * @param array{remoteMessageId: int, actorType: string, actorId: string, actorDisplayName: string, messageType: string, systemMessage: string, expirationDatetime: string, message: string, messageParameter: string, creationDatetime: string, metaData: string} $messageData
* @param array{unreadMessages: int, unreadMention: bool, unreadMentionDirect: bool} $unreadInfo
*/
public function sendMessageUpdate(