Rename NewNotification proto message to AddNotification
This commit is contained in:
parent
33f06d3104
commit
851d7d0bc4
5 changed files with 8 additions and 5 deletions
|
@ -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<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue