summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-07-12 11:09:13 +0200
committerGitHub <noreply@github.com>2023-07-12 11:09:13 +0200
commit8eb7bb975eed0250aa8be5e8fb70c586cbff6b37 (patch)
tree41daac5925b05cf92758a48434bded31c6578bd8 /changelog.d
parentMake it more obvious which Python version runs on a given Linux distribution ... (diff)
downloadsynapse-8eb7bb975eed0250aa8be5e8fb70c586cbff6b37.tar.xz
Mark get_user_in_directory private since only used in tests (#15884)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15884.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15884.misc b/changelog.d/15884.misc
new file mode 100644
index 0000000000..8e73a9a6cd
--- /dev/null
+++ b/changelog.d/15884.misc
@@ -0,0 +1 @@
+Mark `get_user_in_directory` private since it is only used in tests. Also remove the cache from it.