Skip to content
Snippets Groups Projects
Commit 95c304e3 authored by Mark Haines's avatar Mark Haines
Browse files

Fix doc string to point at the right class

parent 0c162859
No related branches found
No related tags found
No related merge requests found
...@@ -467,8 +467,9 @@ class MessageHandler(BaseHandler): ...@@ -467,8 +467,9 @@ class MessageHandler(BaseHandler):
Args: Args:
user_id(str): The user to get a snapshot for. user_id(str): The user to get a snapshot for.
room_id(str): The room to get a snapshot of. room_id(str): The room to get a snapshot of.
pagin_config(synapse.api.streams.PaginationConfig): The pagination pagin_config(synapse.streams.config.PaginationConfig):
config used to determine how many messages to return. The pagination config used to determine how many messages to
return.
Raises: Raises:
AuthError if the user wasn't in the room. AuthError if the user wasn't in the room.
Returns: Returns:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment