Highlight exactly where the remote server drops the disinvite event

This commit is contained in:
Travis Ralston 2019-03-05 23:44:02 -07:00
parent 88df3a43e1
commit a6cbc11321

View file

@ -195,6 +195,7 @@ class FederationServer(FederationBase):
)
continue
# TODO: Somehow trick the following into accepting disinvite events.
try:
room_version = yield self.store.get_room_version(room_id)
format_ver = room_version_to_event_format(room_version)