Add notifications for accepted contact requests
Co-authored-by: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
a5fd664b00
commit
3bc9b8ec85
18 changed files with 301 additions and 253 deletions
|
@ -877,6 +877,7 @@ message Contact {
|
|||
uint64 user_id = 1;
|
||||
repeated ProjectMetadata projects = 2;
|
||||
bool online = 3;
|
||||
bool should_notify = 4;
|
||||
}
|
||||
|
||||
message ProjectMetadata {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue