mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 17:10:43 +03:00
Fix up doc string
This commit is contained in:
parent
e85f8f77c2
commit
210f76f4b9
1 changed files with 1 additions and 2 deletions
|
@ -142,8 +142,7 @@ class _NotifierUserStream:
|
|||
"""Notify any listeners for this user of a new event from an
|
||||
event source.
|
||||
Args:
|
||||
stream_key: The stream the event came from.
|
||||
stream_id: The new id for the stream the event came from.
|
||||
current_token: The new current token.
|
||||
time_now_ms: The current time in milliseconds.
|
||||
"""
|
||||
self.current_token = current_token
|
||||
|
|
Loading…
Reference in a new issue