summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-10 19:10:07 +0100
committerAmber Brown <hawkowl@atleastfornow.net>2019-07-11 04:10:07 +1000
commit1890cfcf82aa3e69530e97bf9ce783e390f22fbe (patch)
tree82f2bb7a134999614ad8e25d5b1f3e8ed254c70b /changelog.d
parentMerge pull request #5658 from matrix-org/babolivier/is-json (diff)
downloadsynapse-1890cfcf82aa3e69530e97bf9ce783e390f22fbe.tar.xz
Inline issue_access_token (#5659)
this is only used in one place, so it's clearer if we inline it and reduce the
API surface.

Also, fixes a buglet where we would create an access token even if we were
about to block the user (we would never return the AT, so the user could never
use it, but it was still created and added to the db.)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5659.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5659.misc b/changelog.d/5659.misc
new file mode 100644
index 0000000000..686001295c
--- /dev/null
+++ b/changelog.d/5659.misc
@@ -0,0 +1 @@
+Inline issue_access_token.