typos
This commit is contained in:
parent
ac978ab3da
commit
118b58f0c9
|
@ -1639,7 +1639,7 @@ class SyncHandler(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
# We loop through all room ids, even if there are no new events, in case
|
# We loop through all room ids, even if there are no new events, in case
|
||||||
# there are non room events taht we need to notify about.
|
# there are non room events that we need to notify about.
|
||||||
for room_id in sync_result_builder.joined_room_ids:
|
for room_id in sync_result_builder.joined_room_ids:
|
||||||
room_entry = room_to_events.get(room_id, None)
|
room_entry = room_to_events.get(room_id, None)
|
||||||
|
|
||||||
|
|
|
@ -632,7 +632,7 @@ class EventsWorkerStore(SQLBaseStore):
|
||||||
|
|
||||||
event_map[event_id] = original_ev
|
event_map[event_id] = original_ev
|
||||||
|
|
||||||
# finally, we can decide whether each one nededs redacting, and build
|
# finally, we can decide whether each one needs redacting, and build
|
||||||
# the cache entries.
|
# the cache entries.
|
||||||
result_map = {}
|
result_map = {}
|
||||||
for event_id, original_ev in event_map.items():
|
for event_id, original_ev in event_map.items():
|
||||||
|
|
Loading…
Reference in New Issue