You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe
Regarding the profile name, a pattern match is being performed with "\w[\w-]+\w" in validate() in MetadataEvent.java
Is this restriction unnecessary?
Additional context
In"NIP-01," it is only specified as "name: " without any restrictions regarding patterns or character types.