Define a new event stream data source for typing notifications (currently null)

This commit is contained in:
Paul "LeoNerd" Evans 2014-08-29 17:39:33 +01:00
parent f85a3757cf
commit 6dd50da54e
4 changed files with 33 additions and 11 deletions

View file

@ -97,7 +97,7 @@ class RoomID(DomainSpecificString):
class StreamToken(
namedtuple(
"Token",
("events_key", "presence_key")
("events_key", "presence_key", "typing_key")
)
):
_SEPARATOR = "_"