spreed/lib/Signaling
Anna Larch fd1807d001 fix(chatrelay): use chat relay for system messages
```
		'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>
2025-11-21 14:15:52 +01:00
..
Responses fix(codingstandard): Apply autofixes 2024-09-19 11:37:36 +02:00
BackendNotifier.php fix(opengrep): Ignore rule globally 2025-09-18 11:07:23 +02:00
Listener.php fix(chatrelay): use chat relay for system messages 2025-11-21 14:15:52 +01:00
Manager.php fix(settings): Don't warn about missing optional future feature 2025-11-20 20:12:22 +01:00
Messages.php fix(rector): Update with rector to PHP 7.2 2024-09-19 10:26:56 +02:00