mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
SocketAPI: fix the BROADCAST message
This commit is contained in:
parent
bb7f63dcfd
commit
ea381392a7
@ -328,7 +328,7 @@ void SocketApi::slotJobCompleted(const QString &folder, const SyncFileItem &item
|
||||
command = QLatin1String("ERROR");
|
||||
}
|
||||
if( Utility::isLinux() ) {
|
||||
broadcastMessage(QLatin1String("BROADCAST:"), path, command);
|
||||
broadcastMessage(QLatin1String("BROADCAST"), path, command);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user