mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 04:04:43 +01:00
Update call strings to align with new designs.
This commit is contained in:
committed by
Greyson Parrelli
parent
a83abaca1d
commit
1b7784b01f
@@ -116,11 +116,14 @@ message CryptoValue {
|
||||
}
|
||||
|
||||
message GroupCallUpdateDetails {
|
||||
string eraId = 1;
|
||||
string startedCallUuid = 2;
|
||||
int64 startedCallTimestamp = 3;
|
||||
repeated string inCallUuids = 4;
|
||||
bool isCallFull = 5;
|
||||
string eraId = 1;
|
||||
string startedCallUuid = 2;
|
||||
int64 startedCallTimestamp = 3;
|
||||
repeated string inCallUuids = 4;
|
||||
bool isCallFull = 5;
|
||||
bool localUserJoined = 6;
|
||||
int64 endedCallTimestamp = 7;
|
||||
bool isRingingOnLocalDevice = 8;
|
||||
}
|
||||
|
||||
message ExpiringProfileKeyCredentialColumnData {
|
||||
|
||||
Reference in New Issue
Block a user