mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:56:04 -04:00
Add logging to try and figure out what is going on with the presence stuff
This commit is contained in:
parent
b485d622cc
commit
b8b52ca09d
4 changed files with 66 additions and 3 deletions
|
@ -81,4 +81,4 @@ class PaginationConfig(object):
|
|||
return (
|
||||
"<PaginationConfig from_tok=%s, to_tok=%s, "
|
||||
"direction=%s, limit=%s>"
|
||||
) % (self.from_tok, self.to_tok, self.direction, self.limit)
|
||||
) % (self.from_token, self.to_token, self.direction, self.limit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue