mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 01:21:09 +03:00
Highlight exactly where the remote server drops the disinvite event
This commit is contained in:
parent
88df3a43e1
commit
a6cbc11321
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ class FederationServer(FederationBase):
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# TODO: Somehow trick the following into accepting disinvite events.
|
||||||
try:
|
try:
|
||||||
room_version = yield self.store.get_room_version(room_id)
|
room_version = yield self.store.get_room_version(room_id)
|
||||||
format_ver = room_version_to_event_format(room_version)
|
format_ver = room_version_to_event_format(room_version)
|
||||||
|
|
Loading…
Reference in a new issue