diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-02 20:51:12 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-02 20:51:12 +0000 |
commit | 307f94dcbe0a78de4f5bba9aeb53102cd201a961 (patch) | |
tree | c0efe28580fc5e027e98f350eecce1989da40841 | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into develop (diff) | |
download | synapse-307f94dcbe0a78de4f5bba9aeb53102cd201a961.tar.xz |
Squash room_ids list to a set() to remove duplicates - with TODO marker as I have no idea /why/ the dups are happening in the first place
-rw-r--r-- | synapse/handlers/room.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py |