Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7152b45

Browse files
committed
Remove misleading word 'Lazily'
1 parent fab3547 commit 7152b45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

synapse/appservice/scheduler.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ async def _send_request(self, service: ApplicationService) -> None:
222222
self._msc3202_transaction_extensions_enabled
223223
and service.msc3202_transaction_extensions
224224
):
225-
# Lazily compute the one-time key counts and fallback key
226-
# usage states for the users which are mentioned in this
227-
# transaction, as well as the appservice's sender.
225+
# Compute the one-time key counts and fallback key usage states
226+
# for the users which are mentioned in this transaction,
227+
# as well as the appservice's sender.
228228
interesting_users = await self._determine_interesting_users_for_msc3202_otk_counts_and_fallback_keys(
229229
service, events, ephemeral, to_device_messages_to_send
230230
)

0 commit comments

Comments
 (0)