diff options
author | David Robertson <davidr@element.io> | 2021-09-14 11:25:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 11:25:05 +0100 |
commit | 319b8b6bef1a8666b9ef57dfea5030da0e1effc2 (patch) | |
tree | 616a399d8ad06039911ca6b12dc18ca5d4f0badd /synapse/storage | |
parent | Use direct references for some configuration variables (#10798) (diff) | |
download | synapse-319b8b6bef1a8666b9ef57dfea5030da0e1effc2.tar.xz |
Name the type of token in "Invalid token" messages (#10815)
I had one of these error messages yesterday and assumed it was an invalid auth token (because that was an HTTP query parameter in the test) I was working on. In fact, it was an invalid next batch token for syncing.
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/relations.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/storage/relations.py b/synapse/storage/relations.py |