mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-04 00:34:12 -04: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…
Add table
Add a link
Reference in a new issue