Rename 'events_key' to 'room_key' so it matches the name of the event source

This commit is contained in:
Paul "LeoNerd" Evans 2014-08-29 18:39:09 +01:00
parent 490f142d73
commit 4bfdec1eb2
4 changed files with 10 additions and 10 deletions

View file

@ -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=(