diff options
author | Mark Haines <mark.haines@matrix.org> | 2016-06-03 18:10:00 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2016-06-03 18:10:00 +0100 |
commit | ac9716f1546ae486cac435b8a577cc2c54b666d6 (patch) | |
tree | fadd45b0ea3d03d47284a5ed6afcd860bb388cef /synapse/app | |
parent | Add get_presence_list_accepted to the broken caches in synchrotron (diff) | |
download | synapse-ac9716f1546ae486cac435b8a577cc2c54b666d6.tar.xz |
Fix spelling
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/synchrotron.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py index c77854fab1..aa81e1c5da 100644 --- a/synapse/app/synchrotron.py +++ b/synapse/app/synchrotron.py @@ -122,7 +122,7 @@ class SynchrotronSlavedStore( SlavedFilteringStore, SlavedPresenceStore, 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 # in a way that they can be streamed. This means that we don't have a |