Mark chat mention notifications as read when viewing the message
This commit is contained in:
parent
e32aa95092
commit
fce09e8c92
7 changed files with 73 additions and 9 deletions
|
@ -321,7 +321,7 @@ impl Database {
|
|||
|
||||
let mut notifications = Vec::new();
|
||||
notifications.extend(
|
||||
self.respond_to_notification(
|
||||
self.mark_notification_as_read_with_response(
|
||||
responder_id,
|
||||
&rpc::Notification::ContactRequest {
|
||||
sender_id: requester_id.to_proto(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue