File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
proto/mls/message_contents Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments