Skip to content

refactor(room): Move getPropertiesForSignaling() to RoomPropertiesHelper#17772

Merged
nickvergessen merged 1 commit intomainfrom
refactor/noid/move-getPropertiesForSignaling
Apr 23, 2026
Merged

refactor(room): Move getPropertiesForSignaling() to RoomPropertiesHelper#17772
nickvergessen merged 1 commit intomainfrom
refactor/noid/move-getPropertiesForSignaling

Conversation

@miaulalala
Copy link
Copy Markdown
Contributor

Extract Room::getPropertiesForSignaling() into a new Signaling\RoomPropertiesHelper service. This removes the IEventDispatcher constructor dependency from Room, continuing the preparatory cleanup towards migrating Room to extend OCP\AppFramework\Db\Entity.

BackendNotifier and SignalingController now receive RoomPropertiesHelper via DI and delegate to it for building signaling properties.

AI-Assisted-By: Claude Sonnet 4.6 noreply@anthropic.com

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

🛠️ 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

@miaulalala miaulalala self-assigned this Apr 22, 2026
@miaulalala miaulalala added the feature: api 🛠️ OCS API for conversations, chats and participants label Apr 22, 2026
@miaulalala miaulalala force-pushed the refactor/noid/move-getPropertiesForSignaling branch from 2c9fd61 to bf102de Compare April 22, 2026 12:34
@miaulalala miaulalala added this to the 🏖️ Next Major (34) milestone Apr 22, 2026
@miaulalala miaulalala marked this pull request as ready for review April 22, 2026 12:35
Comment thread tests/php/Signaling/RoomPropertiesHelperTest.php Outdated
Extract Room::getPropertiesForSignaling() into a new
Signaling\RoomPropertiesHelper service. This removes the IEventDispatcher
constructor dependency from Room, continuing the preparatory cleanup
towards migrating Room to extend OCP\AppFramework\Db\Entity.

BackendNotifier and SignalingController now receive RoomPropertiesHelper
via DI and delegate to it for building signaling properties.

AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
@miaulalala miaulalala force-pushed the refactor/noid/move-getPropertiesForSignaling branch from bf102de to 18bb1c8 Compare April 23, 2026 20:07
@nickvergessen nickvergessen merged commit 20c9a96 into main Apr 23, 2026
79 checks passed
@nickvergessen nickvergessen deleted the refactor/noid/move-getPropertiesForSignaling branch April 23, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: api 🛠️ OCS API for conversations, chats and participants feature: conversations 👥 technical debt

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants