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
|
@ -2476,7 +2476,7 @@ async fn move_channel(
|
|||
session: Session,
|
||||
) -> Result<()> {
|
||||
let channel_id = ChannelId::from_proto(request.channel_id);
|
||||
let to = ChannelId::from_proto(request.to);
|
||||
let to = request.to.map(ChannelId::from_proto);
|
||||
|
||||
let result = session
|
||||
.db()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue