go-ssb-room
go-ssb-room copied to clipboard
Broaden restrictions on alias strings
Currently the set of allowed characters for aliases is rather small. The reasons for the restriction and possible moves forward are outlined in the go doc string of aliases.IsValid()
:
https://github.com/ssb-ngi-pointer/go-ssb-room/blob/77d85824ffe088b31dc44e7afaf7688337aa7366/internal/aliases/names.go#L5-L14