mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
SocketAPI: fix the BROADCAST message
This commit is contained in:
parent
bb7f63dcfd
commit
ea381392a7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue