mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-07-19 01:48:42 -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
|
@ -97,7 +97,7 @@ class RoomID(DomainSpecificString):
|
|||
class StreamToken(
|
||||
namedtuple(
|
||||
"Token",
|
||||
("events_key", "presence_key", "typing_key")
|
||||
("room_key", "presence_key", "typing_key")
|
||||
)
|
||||
):
|
||||
_SEPARATOR = "_"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue