Fix a few bugs in how channels are moved around
This commit is contained in:
parent
6a404dfe31
commit
7145f47454
2 changed files with 3 additions and 3 deletions
|
@ -2364,7 +2364,7 @@ fn build_initial_channels_update(
|
|||
update.channels.push(proto::Channel {
|
||||
id: channel.id.to_proto(),
|
||||
name: channel.name,
|
||||
parent_id: None,
|
||||
parent_id: channel.parent_id.map(|id| id.to_proto()),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue