0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 17:13:50 +01:00

remove unused current_state variable from on_receive_pdu

This commit is contained in:
Mark Haines 2016-03-21 14:20:34 +00:00
parent e4054abfdc
commit 58f8226c7f

View file

@ -123,7 +123,6 @@ class FederationHandler(BaseHandler):
# FIXME (erikj): Awful hack to make the case where we are not currently
# in the room work
current_state = None
is_in_room = yield self.auth.check_host_in_room(
event.room_id,
self.server_name
@ -187,7 +186,6 @@ class FederationHandler(BaseHandler):
event,
state=state,
backfilled=backfilled,
current_state=current_state,
)
except AuthError as e:
raise FederationError(