summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-08-26 15:07:35 +0100
committerGitHub <noreply@github.com>2020-08-26 15:07:35 +0100
commite0d6244beb0165417a2817f8b36c828ad22f8dbd (patch)
treecf4934ef17846575a55d934145881c55c949dea5 /changelog.d
parentAdd required Debian dependencies to allow docker builds on the arm platform (... (diff)
downloadsynapse-e0d6244beb0165417a2817f8b36c828ad22f8dbd.tar.xz
Remove unused parameter from, and add safeguard in, get_room_data (#8174)
Small cleanup PR.

* Removed the unused `is_guest` argument
* Added a safeguard to a (currently) impossible code path, fixing static checking at the same time.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8174.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8174.misc b/changelog.d/8174.misc
new file mode 100644
index 0000000000..a39e9eab46
--- /dev/null
+++ b/changelog.d/8174.misc
@@ -0,0 +1 @@
+Remove unused `is_guest` parameter from, and add safeguard to, `MessageHandler.get_room_data`.
\ No newline at end of file