diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-19 17:59:51 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-19 17:59:51 +0000 |
commit | 415ddf59bb4d39c5f8d814359d7b60c8cbc19cab (patch) | |
tree | 782867dd1d9fdaf7bcd30ee014759d51cf1d44ae /synapse/handlers/profile.py | |
parent | Initialise UserPresenceCache instances to always contain a 'presence' key (diff) | |
download | synapse-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.py | 1 |
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( |