element-hq / element-hq/synapse
room_alias_servers is never updated after creating the alias
Open
P3
S-Minor
T-Defect
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#10236](https://github.com/matrix-org/synapse/issues/10236).
---
The `room_alias_servers` table, which is used to look up all the servers who know about a given local alias, doesn't seem to be ever updated after the alias has been created. This sounds like a bug since it should reflect the list of current servers in the room (or, imho, if the server has left the room then it should be the list of servers in the room when we left).
Contributor guide
Assessment
This issue has not been assessed yet.