mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 10:14:49 -04:00
Revert "Check for space membership during a remote join of a restricted room. (#9763)"
This reverts commit cc51aaaa7a
.
The PR was prematurely merged and not yet approved.
This commit is contained in:
parent
cc51aaaa7a
commit
e8816c6ace
7 changed files with 131 additions and 238 deletions
|
@ -77,7 +77,6 @@ from synapse.handlers.devicemessage import DeviceMessageHandler
|
|||
from synapse.handlers.directory import DirectoryHandler
|
||||
from synapse.handlers.e2e_keys import E2eKeysHandler
|
||||
from synapse.handlers.e2e_room_keys import E2eRoomKeysHandler
|
||||
from synapse.handlers.event_auth import EventAuthHandler
|
||||
from synapse.handlers.events import EventHandler, EventStreamHandler
|
||||
from synapse.handlers.federation import FederationHandler
|
||||
from synapse.handlers.groups_local import GroupsLocalHandler, GroupsLocalWorkerHandler
|
||||
|
@ -750,10 +749,6 @@ class HomeServer(metaclass=abc.ABCMeta):
|
|||
def get_space_summary_handler(self) -> SpaceSummaryHandler:
|
||||
return SpaceSummaryHandler(self)
|
||||
|
||||
@cache_in_self
|
||||
def get_event_auth_handler(self) -> EventAuthHandler:
|
||||
return EventAuthHandler(self)
|
||||
|
||||
@cache_in_self
|
||||
def get_external_cache(self) -> ExternalCache:
|
||||
return ExternalCache(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue