mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Send 'clear history' event when clearing the call log.
This commit is contained in:
committed by
Greyson Parrelli
parent
d3f073e573
commit
e239036d8b
@@ -19,4 +19,12 @@ message CallSyncEventJobData {
|
||||
|
||||
message CallLinkRefreshSinceTimestampJobData {
|
||||
uint64 timestamp = 1;
|
||||
}
|
||||
|
||||
message CallLogEventSendJobData {
|
||||
bytes callLogEvent = 1;
|
||||
}
|
||||
|
||||
message CallLinkUpdateSendJobData {
|
||||
string callLinkRoomId = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user