mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
``` 'call_started', 'call_joined', 'call_left', 'call_ended', 'call_ended_everyone', 'thread_created', 'thread_renamed', 'message_deleted', 'message_edited', 'moderator_promoted', 'moderator_demoted', 'guest_moderator_promoted', 'guest_moderator_demoted', 'file_shared', 'object_shared', 'history_cleared', 'poll_voted', 'poll_closed', 'recording_started', 'recording_stopped', ``` are all sent via signaling messages. Polls will only contain specific votes when the poll is not anonymous, otherwise the sum of all votes will be shown. - Split notify methods into separate calls for chat and system messages. Signed-off-by: Anna Larch <anna@nextcloud.com> |
||
|---|---|---|
| .. | ||
| Responses | ||
| BackendNotifier.php | ||
| Listener.php | ||
| Manager.php | ||
| Messages.php | ||