Start work on chat mentions
This commit is contained in:
parent
660021f5e5
commit
ee87ac2f9b
9 changed files with 271 additions and 47 deletions
|
@ -210,6 +210,7 @@ messages!(
|
|||
(LeaveProject, Foreground),
|
||||
(LeaveRoom, Foreground),
|
||||
(LinkChannel, Foreground),
|
||||
(MarkNotificationsRead, Foreground),
|
||||
(MoveChannel, Foreground),
|
||||
(NewNotification, Foreground),
|
||||
(OnTypeFormatting, Background),
|
||||
|
@ -326,6 +327,7 @@ request_messages!(
|
|||
(LeaveChannelBuffer, Ack),
|
||||
(LeaveRoom, Ack),
|
||||
(LinkChannel, Ack),
|
||||
(MarkNotificationsRead, Ack),
|
||||
(MoveChannel, Ack),
|
||||
(OnTypeFormatting, OnTypeFormattingResponse),
|
||||
(OpenBufferById, OpenBufferResponse),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue