mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 23:42:33 +01:00
Raise exception in abstract method
This commit is contained in:
parent
95e4cffd85
commit
8fbb4d0d19
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
|
|||
Returns:
|
||||
int
|
||||
"""
|
||||
pass
|
||||
raise NotImplementedError()
|
||||
|
||||
@cachedInlineCallbacks()
|
||||
def get_users_with_read_receipts_in_room(self, room_id):
|
||||
|
|
Loading…
Reference in a new issue