mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Don't add a 'prev' key to m.room.member messages
This commit is contained in:
parent
03dc63f6c8
commit
415ddf59bb
2 changed files with 0 additions and 4 deletions
|
@ -202,7 +202,6 @@ class ProfileHandler(BaseHandler):
|
|||
|
||||
content = {
|
||||
"membership": j.content["membership"],
|
||||
"prev": j.content["membership"],
|
||||
}
|
||||
|
||||
yield self.distributor.fire(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue