Rename NewNotification proto message to AddNotification
This commit is contained in:
parent
33f06d3104
commit
851d7d0bc4
5 changed files with 8 additions and 5 deletions
|
@ -135,6 +135,7 @@ messages!(
|
|||
(Ack, Foreground),
|
||||
(AckBufferOperation, Background),
|
||||
(AckChannelMessage, Background),
|
||||
(AddNotification, Foreground),
|
||||
(AddProjectCollaborator, Foreground),
|
||||
(ApplyCodeAction, Background),
|
||||
(ApplyCodeActionResponse, Background),
|
||||
|
@ -212,7 +213,6 @@ messages!(
|
|||
(LinkChannel, Foreground),
|
||||
(MarkNotificationsRead, Foreground),
|
||||
(MoveChannel, Foreground),
|
||||
(NewNotification, Foreground),
|
||||
(OnTypeFormatting, Background),
|
||||
(OnTypeFormattingResponse, Background),
|
||||
(OpenBufferById, Background),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue