Show incoming request notification and implement dismissal
This commit is contained in:
parent
fe89de8b11
commit
97d3616ed9
17 changed files with 688 additions and 52 deletions
|
@ -566,6 +566,7 @@ enum ContactRequestResponse {
|
|||
Accept = 0;
|
||||
Reject = 1;
|
||||
Block = 2;
|
||||
Dismiss = 3;
|
||||
}
|
||||
|
||||
message SendChannelMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue