mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 05:04:54 +01:00
Remove UUIDs from GV1 membership lists.
This commit is contained in:
@@ -435,7 +435,7 @@ message GroupContext {
|
||||
}
|
||||
|
||||
message Member {
|
||||
optional string uuid = 1;
|
||||
// 1 is reserved
|
||||
optional string e164 = 2;
|
||||
}
|
||||
|
||||
@@ -479,7 +479,7 @@ message GroupDetails {
|
||||
}
|
||||
|
||||
message Member {
|
||||
optional string uuid = 1;
|
||||
// 1 is reserved
|
||||
optional string e164 = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user