mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 17:08:57 +01:00
Support for Group Member Labels
This commit is contained in:
@@ -325,11 +325,13 @@ message Group {
|
||||
ADMINISTRATOR = 2;
|
||||
}
|
||||
|
||||
bytes userId = 1;
|
||||
bytes user_id = 1;
|
||||
Role role = 2;
|
||||
reserved /*profileKey*/ 3; // This field is ignored in Backups, in favor of Contact frames for members
|
||||
reserved /*presentation*/ 4; // This field is deprecated in the context of static group state
|
||||
uint32 joinedAtVersion = 5;
|
||||
string label_emoji = 6;
|
||||
string label_string = 7;
|
||||
}
|
||||
|
||||
message MemberPendingProfileKey {
|
||||
@@ -339,14 +341,14 @@ message Group {
|
||||
}
|
||||
|
||||
message MemberPendingAdminApproval {
|
||||
bytes userId = 1;
|
||||
bytes user_id = 1;
|
||||
reserved /*profileKey*/ 2; // This field is ignored in Backups, in favor of Contact frames for members
|
||||
reserved /*presentation*/ 3; // This field is deprecated in the context of static group state
|
||||
uint64 timestamp = 4;
|
||||
}
|
||||
|
||||
message MemberBanned {
|
||||
bytes userId = 1;
|
||||
bytes user_id = 1;
|
||||
uint64 timestamp = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user