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

Commit

Permalink
Remove misleading word 'Lazily'
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Feb 11, 2022
1 parent d6f8043 commit b4e883e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synapse/appservice/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ async def _send_request(self, service: ApplicationService) -> None:
self._msc3202_transaction_extensions_enabled
and service.msc3202_transaction_extensions
):
# Lazily compute the one-time key counts and fallback key
# usage states for the users which are mentioned in this
# transaction, as well as the appservice's sender.
# Compute the one-time key counts and fallback key usage states
# for the users which are mentioned in this transaction,
# as well as the appservice's sender.
interesting_users = await self._determine_interesting_users_for_msc3202_otk_counts_and_fallback_keys(
service, events, ephemeral, to_device_messages_to_send
)
Expand Down

0 comments on commit b4e883e

Please sign in to comment.