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

@ -154,7 +154,7 @@ impl NotificationStore {
async fn handle_new_notification(
this: ModelHandle<Self>,
envelope: TypedEnvelope<proto::NewNotification>,
envelope: TypedEnvelope<proto::AddNotification>,
_: Arc<Client>,
cx: AsyncAppContext,
) -> Result<()> {