Skip to content

Commit 5dc64fd

Browse files
committed
feat: add (super) admin group updates to GroupUpdated
1 parent c1b8146 commit 5dc64fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

proto/mls/message_contents/transcript_messages.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,12 @@ message GroupUpdated {
5656
repeated MetadataFieldChange metadata_field_changes = 4;
5757
/// The inboxes that were removed from the group in response to pending-remove/self-remove requests
5858
repeated Inbox left_inboxes = 5;
59+
// The inboxes that were added to admin list in the commit
60+
repeated Inbox added_admin_inboxes = 6;
61+
// The inboxes that were removed from admin list in the commit
62+
repeated Inbox removed_admin_inboxes = 7;
63+
// The inboxes that were added to super admin list in the commit
64+
repeated Inbox added_super_admin_inboxes = 8;
65+
// The inboxes that were removed from super admin list in the commit
66+
repeated Inbox removed_super_admin_inboxes = 9;
5967
}

0 commit comments

Comments
 (0)