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>2020-06-05 14:33:49 +0100
committerGitHub <noreply@github.com>2020-06-05 14:33:49 +0100
commiteea124370bbf8667cbd6a6af418d9df67654ce34 (patch)
treeecaf072f7f089ec149580b775fb6abc6270f5e4a /changelog.d
parentRemove some unused constants. (#7644) (diff)
downloadsynapse-eea124370bbf8667cbd6a6af418d9df67654ce34.tar.xz
Fix type information on `assert_*_is_admin` methods (#7645)
These things don't return Deferreds.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7645.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7645.misc b/changelog.d/7645.misc
new file mode 100644
index 0000000000..e7f0dc89c9
--- /dev/null
+++ b/changelog.d/7645.misc
@@ -0,0 +1 @@
+Fix type information on `assert_*_is_admin` methods.