0E800
It's not about notifications. It's merely the rendering of a reply next to the original post that should be changed in my opinion.
I guess, you refer to the part which says.
// If there is only one reply, and it's adjacent to this post, we don't
// really need to show the list.
Unfortunately it also happens if the mentioned post is not adjacent. I will edit this post later and add a mention of my own last post. Firstly my actual reply is not adjacent to my last post, secondly it will not be the only reply as there is already one by @Toby
Edit: Mention of my last post Pollux
Edit 2: It's still only Toby replied to this.
Edit 3: Now (the next morning) it changed to Toby and You replied to this probably due to my reloading of the page. So everything seems fine now, at least it's really an intended feature and not a bug.
I see this line: getPlainContent.removeSelectors.push('a.PostMention');
What would happen if we skipped the .removeSelectors
? I assume that doesn't produce a simple @ author, so we would need a function to convert the mention-tag to a simple string. Am I right?