mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 20:24:48 -04:00
Remove more unused parameters
This commit is contained in:
parent
192241cf2a
commit
771ca56c88
6 changed files with 2 additions and 13 deletions
|
@ -335,7 +335,7 @@ class MemoryDataStore(object):
|
|||
]
|
||||
|
||||
def get_room_events_stream(self, user_id=None, from_key=None, to_key=None,
|
||||
room_id=None, limit=0, with_feedback=False):
|
||||
limit=0, with_feedback=False):
|
||||
return ([], from_key) # TODO
|
||||
|
||||
def get_joined_hosts_for_room(self, room_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue