Rename NewNotification proto message to AddNotification

This commit is contained in:
Max Brunsfeld 2023-10-19 13:29:14 -07:00
parent 33f06d3104
commit 851d7d0bc4
5 changed files with 8 additions and 5 deletions

View file

@ -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()),
},
) {