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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/10815.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10815.misc b/changelog.d/10815.misc new file mode 100644 index 0000000000..fc2534dc14 --- /dev/null +++ b/changelog.d/10815.misc @@ -0,0 +1 @@ +Specify the type of token in generic "Invalid token" error messages. \ No newline at end of file |