Store only the strongest hash in the localstorage
This commit is contained in:
@@ -476,7 +476,7 @@ define([
|
||||
return;
|
||||
}
|
||||
document.title = title || info.channel.slice(0, 8);
|
||||
Cryptpad.rememberPad(title, function (err, data) {
|
||||
Cryptpad.setPadTitle(title, function (err, data) {
|
||||
if (err) {
|
||||
console.log("Unable to set pad title");
|
||||
console.error(err);
|
||||
|
||||
Reference in New Issue
Block a user