fix sync_sort:channels emitter

This commit is contained in:
Reto Brunner 2024-04-07 14:54:03 +02:00
parent 9c4d24d1f7
commit 1c4ce5d4a5

View file

@ -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),
});
}