Set up UI to allow dragging a channel to the root
This commit is contained in:
parent
42259a4007
commit
32367eba14
10 changed files with 107 additions and 58 deletions
|
@ -1130,7 +1130,7 @@ message GetChannelMessagesById {
|
|||
|
||||
message MoveChannel {
|
||||
uint64 channel_id = 1;
|
||||
uint64 to = 2;
|
||||
optional uint64 to = 2;
|
||||
}
|
||||
|
||||
message JoinChannelBuffer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue