summary refs log tree commit diff
path: root/synapse/streams
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2014-08-29 18:39:09 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2014-08-29 19:00:55 +0100
commit4bfdec1eb28aa272391607b2cf1f24c781d9ba74 (patch)
tree2020a1ff8ff167ab2ed6de764f8fa0e8e91593e1 /synapse/streams
parentGive basic feedback on the state of VoIP calls in the UI. (diff)
downloadsynapse-4bfdec1eb28aa272391607b2cf1f24c781d9ba74.tar.xz
Rename 'events_key' to 'room_key' so it matches the name of the event source
Diffstat (limited to 'synapse/streams')
-rw-r--r--synapse/streams/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/streams/events.py b/synapse/streams/events.py
index 4bec6605bd..8480368673 100644
--- a/synapse/streams/events.py
+++ b/synapse/streams/events.py
@@ -54,7 +54,7 @@ class EventSources(object):
     @defer.inlineCallbacks
     def get_current_token(self):
         token = StreamToken(
-            events_key=(
+            room_key=(
                 yield self.sources["room"].get_current_token_part()
             ),
             presence_key=(