From 210f76f4b97b856a9a5c6d79e0ee10b5a0e2b270 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 27 Sep 2024 10:23:37 +0100 Subject: [PATCH] Fix up doc string --- synapse/notifier.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/synapse/notifier.py b/synapse/notifier.py index 9d72fd4190..744cbddfa3 100644 --- a/synapse/notifier.py +++ b/synapse/notifier.py @@ -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