Merge branch 'ro' into filePassword

This commit is contained in:
yflory
2019-11-08 15:28:35 +01:00
7 changed files with 49 additions and 26 deletions

View File

@@ -915,7 +915,7 @@ define([
// config.teamId only exists when we're trying to share a pad from a team drive
// In this case, we don't want to share the pad with the current team
if (config.teamId && config.teamId === id) { return; }
if (!teamsData[id].secondaryKey) { return; }
if (!teamsData[id].hasSecondaryKey) { return; }
var t = teamsData[id];
teams[t.edPublic] = {
notifications: true,