Merge branch 'moderation' into 550-alpha

This commit is contained in:
yflory 2023-09-22 15:39:33 +02:00
commit 72806aace5

View File

@ -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) {