mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Rename 'events_key' to 'room_key' so it matches the name of the event source
This commit is contained in:
parent
490f142d73
commit
4bfdec1eb2
4 changed files with 10 additions and 10 deletions
|
@ -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=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue