Handle new sync message MarkedAsRead for Calls Tab

This commit is contained in:
ayumi-signal 2024-03-11 11:18:55 -07:00 committed by GitHub
parent b410d14753
commit c332bd240f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 72 additions and 16 deletions

View file

@ -614,6 +614,7 @@ message SyncMessage {
message CallLogEvent {
enum Type {
CLEAR = 0;
MARKED_AS_READ = 1;
}
optional Type type = 1;