mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 03:57:00 -05:00
Remove unnecessary if
This commit is contained in:
parent
2581eb3e1d
commit
0fa73e4a63
@ -428,7 +428,6 @@ class EventsStore(EventsWorkerStore):
|
||||
delta = yield self._calculate_state_delta(
|
||||
room_id, current_state,
|
||||
)
|
||||
if delta is not None:
|
||||
state_delta_for_room[room_id] = delta
|
||||
|
||||
yield self.runInteraction(
|
||||
|
Loading…
x
Reference in New Issue
Block a user