@grabmaier That question specifically asks about SSO. Session sharing is different in that it allows your user to skip the login altogether IIRC which is what you want.
NodeBB chat bot plugin
-
Hi, I'm trying to build a chatbot for my nodebb forum, at the moment I'm using the
action:post.save
hook and then run a check to see if the bot's username was mentioned. This is not ideal because only a fraction of the posts will contain the bot mention. Is there a hook specifically for a mention that I can use? -
No
But you could easily add one yourself, like so
https://github.com/yariplus/nodebb-plugin-mentions/commit/a3e855edc942b98a92b63aeca440b9dab107fc91
-
This looks easy enough, thank you @yariplus!