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 /synapse | |
| 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 'synapse')
| -rw-r--r-- | synapse/handlers/user_directory.py | 4 | ||||
| -rw-r--r-- | synapse/storage/databases/main/user_directory.py | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/synapse/handlers/user_directory.py b/synapse/handlers/user_directory.py |
