Note the extras

This commit is contained in:
Eric Eastwood 2024-06-03 23:24:23 -05:00
parent 64df6fbefa
commit 8bb357a35e

View file

@ -43,7 +43,8 @@ logger = logging.getLogger(__name__)
# Everything except `Membership.LEAVE` because we want everything that's *still*
# relevant to the user.
# relevant to the user. There are few more things to include in the sync response
# (kicks, newly_left) but those are handled separately.
MEMBERSHIP_TO_DISPLAY_IN_SYNC = (
Membership.INVITE,
Membership.JOIN,