mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 10:56:02 -04:00
Remove more unused parameters
This commit is contained in:
parent
192241cf2a
commit
771ca56c88
6 changed files with 2 additions and 13 deletions
|
@ -158,8 +158,7 @@ class StreamStore(SQLBaseStore):
|
|||
defer.returnValue(results)
|
||||
|
||||
@log_function
|
||||
def get_room_events_stream(self, user_id, from_key, to_key, room_id,
|
||||
limit=0):
|
||||
def get_room_events_stream(self, user_id, from_key, to_key, limit=0):
|
||||
current_room_membership_sql = (
|
||||
"SELECT m.room_id FROM room_memberships as m "
|
||||
" INNER JOIN current_state_events as c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue