Rename NewNotification proto message to AddNotification
This commit is contained in:
parent
33f06d3104
commit
851d7d0bc4
5 changed files with 8 additions and 5 deletions
|
@ -2934,7 +2934,7 @@ fn send_notifications(
|
|||
for connection_id in connection_pool.user_connection_ids(user_id) {
|
||||
if let Err(error) = peer.send(
|
||||
connection_id,
|
||||
proto::NewNotification {
|
||||
proto::AddNotification {
|
||||
notification: Some(notification.clone()),
|
||||
},
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue