Fix spelling
This commit is contained in:
parent
8f79084bd4
commit
ac9716f154
|
@ -122,7 +122,7 @@ class SynchrotronSlavedStore(
|
||||||
SlavedFilteringStore,
|
SlavedFilteringStore,
|
||||||
SlavedPresenceStore,
|
SlavedPresenceStore,
|
||||||
BaseSlavedStore,
|
BaseSlavedStore,
|
||||||
ClientIpStore, # After BaseSlavedStre because the constructor is different
|
ClientIpStore, # After BaseSlavedStore because the constructor is different
|
||||||
):
|
):
|
||||||
# XXX: This is a bit broken because we don't persist forgotten rooms
|
# XXX: This is a bit broken because we don't persist forgotten rooms
|
||||||
# in a way that they can be streamed. This means that we don't have a
|
# in a way that they can be streamed. This means that we don't have a
|
||||||
|
|
Loading…
Reference in New Issue