Skip to content
Snippets Groups Projects
Unverified Commit 4e3868dc authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix deduplicating of membership events to not create unused state groups. (#17164)

We try and deduplicate in two places: 1) really early on, and 2) just
before we persist the event. The first case was broken due to it
occuring before the profile information was added, and so it thought the
event contents were different.

The second case did catch it and handle it correctly, however doing so
creates a redundant state group leading to bloat.

Fixes #3791
parent d16910ca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment