Revert "Tag /send_join responses to detect faster joins"

This reverts commit 204bdb7f07. I will
cherry pick #14950 in its place.
anoa/redirect_instances
David Robertson 2023-01-31 15:24:34 +00:00
parent 204bdb7f07
commit 488cea0399
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD
1 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ from synapse.logging.context import (
)
from synapse.logging.opentracing import (
log_kv,
set_tag,
start_active_span_from_edu,
tag_args,
trace,
@ -679,7 +678,6 @@ class FederationServer(FederationBase):
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,