diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-18 08:44:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 08:44:19 -0500 |
commit | 43f1c82457e4ce2ef9805829d86dc8791b56bbd5 (patch) | |
tree | a987fddf4b8891ff3de72db56a8af86284e896db /changelog.d/9428.bugfix | |
parent | Revert "Update workers.md" (diff) | |
download | synapse-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/9428.bugfix')
-rw-r--r-- | changelog.d/9428.bugfix | 1 |
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. |