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

Commit

Permalink
Revert "Tag /send_join responses to detect faster joins"
Browse files Browse the repository at this point in the history
This reverts commit 204bdb7. I will
cherry pick #14950 in its place.
  • Loading branch information
David Robertson committed Jan 31, 2023
1 parent 204bdb7 commit 488cea0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synapse/federation/federation_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
)
from synapse.logging.opentracing import (
log_kv,
set_tag,
start_active_span_from_edu,
tag_args,
trace,
Expand Down Expand Up @@ -679,7 +678,6 @@ async def on_send_join_request(
room_id: str,
caller_supports_partial_state: bool = False,
) -> Dict[str, Any]:
set_tag("partial_state", caller_supports_partial_state)
await self._room_member_handler._join_rate_per_room_limiter.ratelimit( # type: ignore[has-type]
requester=None,
key=room_id,
Expand Down

0 comments on commit 488cea0

Please sign in to comment.