all the users have permissions.
also every time I activate this plugin I have problems to insert links in the newsfeed I have to refresh the page many times
i check it, and release fix on next version, but if oxwall core remove html tags from editor, then you must edit oxwall core files.I would be okay with doing so if that's what needs to be done. Definitely worth it for notifications from forum posts.
<p><span class="atwho-inserted"><a href="https://www.example.com/user/User1">User1</a> </span></p>
And before saving it:
<p><span class="atwho-inserted" contenteditable="false" data-atwho-at-query="@use"><a href="https://www.example.com/user/User1" serialized-mention="[@User1:2]" taget="_blank">User1</a> </span></p>
I had to modify the CKEditor files to allow the atwho-inserted class, contenteditable, serialized-mention, etc. That works fine, so I believe it's Oxwall stripping it out after you save the post.