Skip to content

feat(signaling): Don't send all room userids in signaling server requests#16759

Open
fancycode wants to merge 1 commit intomainfrom
remove-alluserids
Open

feat(signaling): Don't send all room userids in signaling server requests#16759
fancycode wants to merge 1 commit intomainfrom
remove-alluserids

Conversation

@fancycode
Copy link
Member

☑️ Resolves

🛠️ API Checklist

🚧 Tasks

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not possible
  • 📘 API documentation in docs/ has been updated or is not required
  • 🔖 Capability is added or not needed

…ests

Signed-off-by: Joachim Bauch <bauch@struktur.de>
'delete' => [
'userids' => $userIds,
],
'delete' => (object)[],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PHP way is usually:

Suggested change
'delete' => (object)[],
'delete' => new \stdClass(),

@nickvergessen nickvergessen added 3. to review feature: api 🛠️ OCS API for conversations, chats and participants feature: signaling 📶 Internal and external signaling backends performance 🚀 labels Jan 19, 2026
@nickvergessen nickvergessen added this to the 🍏 Next RC (33) milestone Jan 19, 2026
@nickvergessen nickvergessen requested review from danxuliu and nickvergessen and removed request for nickvergessen January 19, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: signaling 📶 Internal and external signaling backends performance 🚀

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove alluserids and similar lists from the signaling messages

2 participants