Longer user names

Hello everuone, is it possible to somehow make longer usernames valid on peertube? I’ve found out that maximum length is 50, and it is a part of constants.ts file. Could I make a plugin to somehow change this value?

I want my users to authorise via their crypto-generated address, which contains both upper-case and lower-case letters, so I encode it to hex string, which happens to be 64 characters long.

The other way (as far as I understand) is to change regular expression that parses inputted username, so that could also be a thing.

Of course, I can change the constant manually, but I want other instance holders of my federation to get this « update » without code-interacting.

Thanks for your attention.