diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-09 10:53:34 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-09 10:53:34 +0000 |
commit | 1c8ee06877ce11ac40e1c2a7468a0788992d9879 (patch) | |
tree | 34c998530cfda35d01c1b71e4a945509af5a0f5f /synapse/handlers/profile.py | |
parent | Remove unused import (diff) | |
download | synapse-1c8ee06877ce11ac40e1c2a7468a0788992d9879.tar.xz |
Remove unused snapshot
Diffstat (limited to 'synapse/handlers/profile.py')
-rw-r--r-- | synapse/handlers/profile.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/handlers/profile.py b/synapse/handlers/profile.py index f2abbc5df9..18fd0914e2 100644 --- a/synapse/handlers/profile.py +++ b/synapse/handlers/profile.py @@ -200,8 +200,6 @@ class ProfileHandler(BaseHandler): ) for j in joins: - snapshot = yield self.store.snapshot_room(j) - content = { "membership": j.content["membership"], } |