mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-10 20:11:32 +01:00
Spelling
This commit is contained in:
parent
567aa35b67
commit
d0897dead5
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ class EventsStore(SQLBaseStore):
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def _calculate_new_extremeties(self, room_id, events):
|
def _calculate_new_extremeties(self, room_id, events):
|
||||||
"""Caculates the new forward extremeties for a room given events to
|
"""Calculates the new forward extremeties for a room given events to
|
||||||
persist.
|
persist.
|
||||||
|
|
||||||
Assumes that we are only persisting events for one room at a time.
|
Assumes that we are only persisting events for one room at a time.
|
||||||
|
|
Loading…
Reference in a new issue