mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
gcm encryption
This commit is contained in:
committed by
Danny Coates
parent
a7fcb1a44f
commit
50995238bd
@@ -171,5 +171,5 @@ app.listen(conf.listen_port, () => {
|
||||
});
|
||||
|
||||
const validateID = route_id => {
|
||||
return route_id.match(/^[0-9a-fA-F]{32}$/) !== null;
|
||||
return route_id.match(/^[0-9a-fA-F]{24}$/) !== null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user