mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Use the right error....
This commit is contained in:
parent
84691da6c3
commit
91f61fc6d7
@ -584,7 +584,7 @@ class RoomMemberWorkerStore(EventsWorkerStore):
|
|||||||
|
|
||||||
@cached(max_entries=10000)
|
@cached(max_entries=10000)
|
||||||
def _get_joined_profile_from_event_id(self, event_id):
|
def _get_joined_profile_from_event_id(self, event_id):
|
||||||
raise NotADirectoryError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
@cachedList(
|
@cachedList(
|
||||||
cached_method_name="_get_joined_profile_from_event_id",
|
cached_method_name="_get_joined_profile_from_event_id",
|
||||||
|
Loading…
Reference in New Issue
Block a user