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-08 14:55:34 +0100
committerAmber Brown <hawkowl@atleastfornow.net>2019-07-08 23:55:34 +1000
commit4b1f7febc753f9438c314ef3c03d9e3a86715b93 (patch)
tree35944a1a03cb5ecf09c33103b3f96de05ef32526 /changelog.d
parentFactor out some redundant code in the login impl (#5639) (diff)
downloadsynapse-4b1f7febc753f9438c314ef3c03d9e3a86715b93.tar.xz
Update ModuleApi to avoid register(generate_token=True) (#5640)
* Update ModuleApi to avoid register(generate_token=True)

This is the only place this is still used, so I'm trying to kill it off.

* changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5640.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5640.misc b/changelog.d/5640.misc
new file mode 100644
index 0000000000..7d69a1b3b6
--- /dev/null
+++ b/changelog.d/5640.misc
@@ -0,0 +1 @@
+Update ModuleApi to avoid register(generate_token=True).