Added proto messages for updating the head text
This commit is contained in:
parent
8c24c858c9
commit
512f817e2f
5 changed files with 69 additions and 7 deletions
|
@ -167,6 +167,7 @@ messages!(
|
|||
(UpdateProject, Foreground),
|
||||
(UpdateWorktree, Foreground),
|
||||
(UpdateWorktreeExtensions, Background),
|
||||
(UpdateHeadText, Background),
|
||||
);
|
||||
|
||||
request_messages!(
|
||||
|
@ -263,6 +264,7 @@ entity_messages!(
|
|||
UpdateProject,
|
||||
UpdateWorktree,
|
||||
UpdateWorktreeExtensions,
|
||||
UpdateHeadText
|
||||
);
|
||||
|
||||
entity_messages!(channel_id, ChannelMessageSent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue