mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
Use the right error....
This commit is contained in:
parent
84691da6c3
commit
91f61fc6d7
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ class RoomMemberWorkerStore(EventsWorkerStore):
|
|||
|
||||
@cached(max_entries=10000)
|
||||
def _get_joined_profile_from_event_id(self, event_id):
|
||||
raise NotADirectoryError()
|
||||
raise NotImplementedError()
|
||||
|
||||
@cachedList(
|
||||
cached_method_name="_get_joined_profile_from_event_id",
|
||||
|
|
Loading…
Reference in a new issue