mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'staging' into sessionStorage
This commit is contained in:
commit
1454119e4f
@ -1081,7 +1081,7 @@ define([
|
||||
if (storeLocally && s.id) { return; }
|
||||
|
||||
// If this is an edit link but we don't have edit rights, this entry is not useful
|
||||
if (h.mode === "edit" && !s.secondaryKey) {
|
||||
if (h.mode === "edit" && s.id && !s.secondaryKey) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user