summary refs log tree commit diff
path: root/synapse/handlers/profile.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-19 17:59:51 +0000
committerErik Johnston <erik@matrix.org>2014-11-19 17:59:51 +0000
commit415ddf59bb4d39c5f8d814359d7b60c8cbc19cab (patch)
tree782867dd1d9fdaf7bcd30ee014759d51cf1d44ae /synapse/handlers/profile.py
parentInitialise UserPresenceCache instances to always contain a 'presence' key (diff)
downloadsynapse-415ddf59bb4d39c5f8d814359d7b60c8cbc19cab.tar.xz
Don't add a 'prev' key to m.room.member messages
Diffstat (limited to 'synapse/handlers/profile.py')
-rw-r--r--synapse/handlers/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/profile.py b/synapse/handlers/profile.py
index 834b37f5f3..7853bf5098 100644
--- a/synapse/handlers/profile.py
+++ b/synapse/handlers/profile.py
@@ -202,7 +202,6 @@ class ProfileHandler(BaseHandler):
 
             content = {
                 "membership": j.content["membership"],
-                "prev": j.content["membership"],
             }
 
             yield self.distributor.fire(