0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-29 13:08:57 +02:00

Use the right error....

This commit is contained in:
Erik Johnston 2019-10-03 17:28:31 +01:00
parent 84691da6c3
commit 91f61fc6d7

View file

@ -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",