switch to onion v3 ids

This commit is contained in:
j 2024-06-08 12:39:27 +01:00
commit 71634c9ed1
10 changed files with 212 additions and 120 deletions

View file

@ -1028,7 +1028,7 @@ oml.updateFilterMenus = function() {
};
oml.validatePublicKey = function(value) {
return /^[a-z0-9+\/]{16}$/.test(value);
return /^[a-z0-9+\/]{56}$/.test(value);
};
oml.updateDebugMenu = function() {