1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-13 05:04:31 -05:00
dendrite/federationsender
Kegsay 656d11ec90
fedsender: tolerate dupe membership events ()
* 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
2021-04-14 11:11:54 +01:00
..
api Peeking over federation via MSC2444 () 2021-01-22 14:55:08 +00:00
consumers log less for failed key querys, add counters for incoming pdus/edus () 2021-03-23 11:33:36 +00:00
internal Check peek state response and refactor checking send_join response () 2021-01-22 17:16:35 +00:00
inthttp Peeking over federation via MSC2444 () 2021-01-22 14:55:08 +00:00
queue Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) () 2021-03-03 14:35:57 +00:00
statistics Refactor backoff again () 2020-09-21 13:30:37 +01:00
storage fedsender: tolerate dupe membership events () 2021-04-14 11:11:54 +01:00
types Remove rooms table from federation sender () 2021-02-04 11:52:49 +00:00
federationsender.go Graceful shutdowns () 2021-01-26 12:56:20 +00:00