Include a busy
field in proto::Contact
This commit is contained in:
parent
e82320cde8
commit
d7cea646fc
5 changed files with 291 additions and 71 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue