summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-02-18 08:44:19 -0500
committerGitHub <noreply@github.com>2021-02-18 08:44:19 -0500
commit43f1c82457e4ce2ef9805829d86dc8791b56bbd5 (patch)
treea987fddf4b8891ff3de72db56a8af86284e896db /changelog.d
parentRevert "Update workers.md" (diff)
downloadsynapse-43f1c82457e4ce2ef9805829d86dc8791b56bbd5.tar.xz
Add back the guard against the user directory stream position not existing. (#9428)
As the comment says, this guard was there for when the
initial user directory update has yet to happen.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9428.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9428.bugfix b/changelog.d/9428.bugfix
new file mode 100644
index 0000000000..132e35440a
--- /dev/null
+++ b/changelog.d/9428.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.27.0: "TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType." related to the user directory.