summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-14 11:25:05 +0100
committerGitHub <noreply@github.com>2021-09-14 11:25:05 +0100
commit319b8b6bef1a8666b9ef57dfea5030da0e1effc2 (patch)
tree616a399d8ad06039911ca6b12dc18ca5d4f0badd /changelog.d
parentUse direct references for some configuration variables (#10798) (diff)
downloadsynapse-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.misc1
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