Add room creation from channel join
co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
92fa879b0c
commit
003a711dea
7 changed files with 229 additions and 181 deletions
|
@ -295,7 +295,7 @@ request_messages!(
|
|||
(RemoveContact, Ack),
|
||||
(RespondToContactRequest, Ack),
|
||||
(RespondToChannelInvite, Ack),
|
||||
(JoinChannel, CreateRoomResponse),
|
||||
(JoinChannel, JoinRoomResponse),
|
||||
(RenameProjectEntry, ProjectEntryResponse),
|
||||
(SaveBuffer, BufferSaved),
|
||||
(SearchProject, SearchProjectResponse),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue