Open austinhuang0131 opened 3 months ago
Originally posted at https://geekdom.social/@bigolifacks/112859769835968061 (not me); the concerning code is
https://github.com/mautrix/discord/blob/035f2a408b4a6cf73acbf168dff5d16198930ee2/portal.go#L1436-L1441
so eg. allows the bridge to always include MXID in the webhook display name.
Making it configurable doesn't really solve anything. I'll probably include proper disambiguation in megabridge, but I couldn't find any Go libraries for UTS #39 confusable detection, so will need to write one first
Originally posted at https://geekdom.social/@bigolifacks/112859769835968061 (not me); the concerning code is
https://github.com/mautrix/discord/blob/035f2a408b4a6cf73acbf168dff5d16198930ee2/portal.go#L1436-L1441
so eg. allows the bridge to always include MXID in the webhook display name.