Handle new sync message MarkedAsRead for Calls Tab
This commit is contained in:
parent
b410d14753
commit
c332bd240f
8 changed files with 72 additions and 16 deletions
|
@ -614,6 +614,7 @@ message SyncMessage {
|
|||
message CallLogEvent {
|
||||
enum Type {
|
||||
CLEAR = 0;
|
||||
MARKED_AS_READ = 1;
|
||||
}
|
||||
|
||||
optional Type type = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue