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.
This commit is contained in:
Dirk Klimpel 2021-10-29 19:43:51 +02:00 committed by GitHub
parent ad4eab9862
commit bfd7a9b65c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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