just to correct something, NodeBB will not send a mention unless you are specifically mentioned. We do auto populate a mention in the text box though, so it’s probably happening because of that.
What we also do is send the message to everybody so everybody has a copy. (Everybody is addressed)
It’s indeed just the Mastodon-style Mentions that MBIN uses that cause a slight problem for PieFed. Nothing is being regex’d, so it’s just the specific use of the Mention type in the tag[] field which it’s picking up, which - as you say - wasn’t included in your comment.
just to correct something, NodeBB will not send a mention unless you are specifically mentioned. We do auto populate a mention in the text box though, so it’s probably happening because of that.
What we also do is send the message to everybody so everybody has a copy. (Everybody is addressed)
e.g. you should not have been mentioned here.
Ah, thanks. I’ve edited my comment to correct it.
It’s indeed just the Mastodon-style Mentions that MBIN uses that cause a slight problem for PieFed. Nothing is being regex’d, so it’s just the specific use of the
Mention
type in thetag[]
field which it’s picking up, which - as you say - wasn’t included in your comment.