diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-10-29 19:43:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 13:43:51 -0400 |
commit | bfd7a9b65c5e092c6a7ccdd46e59a278b1cbbd57 (patch) | |
tree | 1b9a21ddba51bd49fa265fe6d2fef6fa40e66d87 /synapse/storage/databases/main | |
parent | Add a module API method to retrieve state from a room (#11204) (diff) | |
download | synapse-bfd7a9b65c5e092c6a7ccdd46e59a278b1cbbd57.tar.xz |
Fix comments referencing v1.46.0 from PR #10969. (#11212)
#10969 was merged after 1.46.0rc1 was cut and will be included in v1.47.0rc1 instead.
Diffstat (limited to 'synapse/storage/databases/main')
-rw-r--r-- | synapse/storage/databases/main/deviceinbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/databases/main/deviceinbox.py b/synapse/storage/databases/main/deviceinbox.py index b0ccab0c9b..d03b5e5a7d 100644 --- a/synapse/storage/databases/main/deviceinbox.py +++ b/synapse/storage/databases/main/deviceinbox.py @@ -594,7 +594,7 @@ class DeviceInboxBackgroundUpdateStore(SQLBaseStore): ) -> int: """A background update that deletes all device_inboxes for deleted devices. - This should only need to be run once (when users upgrade to v1.46.0) + This should only need to be run once (when users upgrade to v1.47.0) Args: progress: JsonDict used to store progress of this background update |