Send a ShowContacts message the first time a user connects to collab

This commit is contained in:
Antonio Scandurra 2022-05-20 15:41:38 +02:00
parent 6f2c3f1e37
commit d8ee4378c9
5 changed files with 47 additions and 10 deletions

View file

@ -145,6 +145,7 @@ messages!(
(SearchProjectResponse, Background),
(SendChannelMessage, Foreground),
(SendChannelMessageResponse, Foreground),
(ShowContacts, Foreground),
(StartLanguageServer, Foreground),
(Test, Foreground),
(Unfollow, Foreground),