feat: support fi.mau.room_id
in /createRoom
#776
Labels
No labels
Bug
Cherry-picking
Dependencies
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Inherited
Invalid
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Performance
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Unknown
Security
Wont fix
no-priority
old/blocked
old/ci/cd
old/core-matrix
old/database
old/github_actions
old/high-priority
old/low-priority
old/medium-priority
old/question
old/rocksdb
old/rust
packaging
No milestone
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)