mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Raise exception in abstract method
This commit is contained in:
parent
95e4cffd85
commit
8fbb4d0d19
@ -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 New Issue
Block a user