Include a busy field in proto::Contact

This commit is contained in:
Antonio Scandurra 2022-10-07 12:21:56 +02:00
parent e82320cde8
commit d7cea646fc
5 changed files with 291 additions and 71 deletions

View file

@ -1023,7 +1023,8 @@ message ChannelMessage {
message Contact {
uint64 user_id = 1;
bool online = 2;
bool should_notify = 3;
bool busy = 3;
bool should_notify = 4;
}
message WorktreeMetadata {