diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-15 08:47:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 13:47:05 +0000 |
commit | e44f91d678e22936b7e2f0d8bf4890159507533b (patch) | |
tree | 33541d791cffea42062d28209695e2107ee6a63f /changelog.d | |
parent | Fix incorrect thread summaries when the latest event is edited. (#11992) (diff) | |
download | synapse-e44f91d678e22936b7e2f0d8bf4890159507533b.tar.xz |
Refactor search code to reduce function size. (#11991)
Splits the search code into a few logical functions instead of a single unreadable function. There are also a few additional changes for readability. After refactoring it was clear to see there were some unused and unnecessary variables, which were simplified.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11991.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11991.misc b/changelog.d/11991.misc new file mode 100644 index 0000000000..34a3b3a6b9 --- /dev/null +++ b/changelog.d/11991.misc @@ -0,0 +1 @@ +Refactor the search code for improved readability. |