You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Room.update_aliases method does not take into account that there can be multiple m.room.aliases states. Because room aliases from separate HSes are in separate m.room.aliases states (with the HS name as the state key), this means the update_aliases function will actually set the aliases list to only contain the aliases from one HS, disregarding the others.
Example (the code should list all aliases for Matrix HQ):
The Room.update_aliases method does not take into account that there can be multiple
m.room.aliases
states. Because room aliases from separate HSes are in separatem.room.aliases
states (with the HS name as the state key), this means theupdate_aliases
function will actually set the aliases list to only contain the aliases from one HS, disregarding the others.Example (the code should list all aliases for Matrix HQ):
The text was updated successfully, but these errors were encountered: