mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-12 12:37:10 +00:00
fix: resolve critical sync feedback loop and notification argument order
This commit is contained in:
@@ -465,7 +465,7 @@ function handleServerEvent(event, data) {
|
||||
case EVENTS.FORCE_SYNC_PREPARE:
|
||||
if (data.senderId) {
|
||||
addToHistory(event, data.senderId);
|
||||
showNotification(event, data.senderId);
|
||||
showNotification(data.senderId, event);
|
||||
updateLastAction(event, data.senderId);
|
||||
}
|
||||
routeToContent(event, data);
|
||||
|
||||
Reference in New Issue
Block a user