feat: support fi.mau.room_id
in /createRoom
#776
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Wont fix
old/ci/cd
old/rust
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#21 Add fi.mau.room_id to the createRoom payload
continuwuation/ruwuma
Reference: continuwuation/continuwuity#776
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
31e6b97371/web/src/api/types/mxtypes.ts (L354)
As Gomuks is the only client that implements creating a room with a custom room ID (unless you call curl a client), we should swap out the current
room_id
behaviour in createRoom to accept a fully qualified room ID with thefi.mau.room_id
key, instead of the current localpart-only behaviour.TODO for another issue: implement custom room ID logic in /upgrade too (saves me a headache)