mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix doc string to point at the right class
This commit is contained in:
parent
0c16285989
commit
95c304e3f9
@ -467,8 +467,9 @@ class MessageHandler(BaseHandler):
|
||||
Args:
|
||||
user_id(str): The user to get a snapshot for.
|
||||
room_id(str): The room to get a snapshot of.
|
||||
pagin_config(synapse.api.streams.PaginationConfig): The pagination
|
||||
config used to determine how many messages to return.
|
||||
pagin_config(synapse.streams.config.PaginationConfig):
|
||||
The pagination config used to determine how many messages to
|
||||
return.
|
||||
Raises:
|
||||
AuthError if the user wasn't in the room.
|
||||
Returns:
|
||||
|
Loading…
Reference in New Issue
Block a user