mirror of
https://github.com/1f349/dendrite.git
synced 2025-02-10 08:28:43 +00:00
* fedsender: tolerate dupe membership events Previously if the fedsender got a duplicate membership event it would cause the entire process to crash. Now it doesn't. This masks an issue with the roomserver where it can emit duplicate membership events. * Update joined_hosts_table.go