mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +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
|
"""Notify any listeners for this user of a new event from an
|
||||||
event source.
|
event source.
|
||||||
Args:
|
Args:
|
||||||
stream_key: The stream the event came from.
|
current_token: The new current token.
|
||||||
stream_id: The new id for the stream the event came from.
|
|
||||||
time_now_ms: The current time in milliseconds.
|
time_now_ms: The current time in milliseconds.
|
||||||
"""
|
"""
|
||||||
self.current_token = current_token
|
self.current_token = current_token
|
||||||
|
|
Loading…
Reference in a new issue