switch to onion v3 ids
This commit is contained in:
parent
e175c72a40
commit
71634c9ed1
10 changed files with 212 additions and 120 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue