Send 'clear history' event when clearing the call log.

This commit is contained in:
Alex Hart
2023-08-01 16:13:37 -03:00
committed by Greyson Parrelli
parent d3f073e573
commit e239036d8b
11 changed files with 319 additions and 42 deletions

View File

@@ -19,4 +19,12 @@ message CallSyncEventJobData {
message CallLinkRefreshSinceTimestampJobData {
uint64 timestamp = 1;
}
message CallLogEventSendJobData {
bytes callLogEvent = 1;
}
message CallLinkUpdateSendJobData {
string callLinkRoomId = 1;
}