Don't show the tab notification when someone has joined the pad

This commit is contained in:
yflory
2017-01-19 15:17:21 +01:00
parent 5d5d03163e
commit 1e1bfd275c
3 changed files with 19 additions and 4 deletions

View File

@@ -684,8 +684,9 @@ define([
module.patchText(shjson2);
}
}
notify();
if (oldDoc !== remoteDoc) {
notify();
}
};
var onAbort = config.onAbort = function (info) {