mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
fix sync_sort:channels emitter
This commit is contained in:
parent
9c4d24d1f7
commit
1c4ce5d4a5
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ class Client {
|
|||
this.save();
|
||||
// Sync order to connected clients
|
||||
this.emit("sync_sort:channels", {
|
||||
target: network.uuid,
|
||||
network: network.uuid,
|
||||
order: network.channels.map((obj) => obj.id),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue