bug: join_authorised_via_users_server is not stripped when setting subsequent memberships #1542
Labels
No labels
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1542
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?
I get the following error when trying to change my room nick:
tested from element web 1.12.10, and c10y 0.5.6 (
2c72338)it also sends different events to the homeserver if its a synapse homeserver (in this example fairchat.eu) or a c10y homeserver
for c10y:
for synapse:
"weird" issue when trying to change room nick nameto client sending "join_authorised_via_users_server" on nick name change, only to c10y, not when synapse is hsclient sending "join_authorised_via_users_server" on nick name change, only to c10y, not when synapse is hsto bug:join_authorised_via_users_serveris not stripped when setting subsequent membershipsBehaviour on other servers appears to be to simply strip this field, rather than throwing an error wrt it. Probably a pretty easy PR.
Looking into this, but not very experienced with collaborating or rust, in general. Feel free to step on my toes :3