If my google username is bla blaa , while registering a user with this plugin it assigns the username bla-blaa to my nodebb user. So if my forum is example.com , my username becomes @bla-blaa@example.com . While this username can be followed from most fediverse server like mastodon and pixelfed, threads takes only the part before the dash and so assumes the username to be bla and thus the nodebb user cannot be mentioned or followed from threads. So, I want this plugin to assign the username @blablaa@example.com or @blaBlaa@example.com on registration for this case. @julian @baris How can I do so? Asking this because I did not find any code in this plugin which concatenates the username parts using dash, so I guess this has got to do something with core nodebb and this plugin will need to override that.