Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Nov 21, 2025

Backport of #16355

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot added 3. to review feature: chat 💬 Chat and system messages feature: signaling 📶 Internal and external signaling backends labels Nov 21, 2025
@backportbot backportbot bot added this to the 🪺 Next Patch (32) milestone Nov 21, 2025
```
		'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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review feature: chat 💬 Chat and system messages feature: signaling 📶 Internal and external signaling backends

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants