mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'moderation' into 550-alpha
This commit is contained in:
commit
72806aace5
@ -2564,7 +2564,7 @@ define([
|
||||
lastVisit: Number(localStorage.lastVisit) || undefined,
|
||||
blockId: blockId
|
||||
};
|
||||
common.userHash = userHash;
|
||||
common.userHash = userHash || LocalStore.getUserHash();
|
||||
|
||||
// FIXME Backward compatibility
|
||||
if (sessionStorage.newPadFileData) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user