diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-03-02 16:44:14 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-03-02 16:44:14 +0000 |
commit | fc1f932cc04ed6675fb839b58d81d5ac6c23b4c5 (patch) | |
tree | b54d5d0dfc092dd59f6672e86e7c1aff88ab8432 /synapse/handlers | |
parent | fix pyflakes quibble (diff) | |
download | synapse-fc1f932cc04ed6675fb839b58d81d5ac6c23b4c5.tar.xz |
Move arg default to the start of the function
Also don't overwrite the list that gets passed in.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/room.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py |