diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-08 14:55:34 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-07-08 23:55:34 +1000 |
commit | 4b1f7febc753f9438c314ef3c03d9e3a86715b93 (patch) | |
tree | 35944a1a03cb5ecf09c33103b3f96de05ef32526 /changelog.d | |
parent | Factor out some redundant code in the login impl (#5639) (diff) | |
download | synapse-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.misc | 1 |
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). |