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