@julian Thanks for getting back to me quickly. Other priorities pulled me away from this, but after looking at your response, it seems like what I'm actually after are "unread" counts, not just notifications. The simple GET solution returned notifications, but not every "unread". Our app is using the session sharing plugin, and we are associating NodeBB accounts with our app accounts. Would I be able to leverage some of the session sharing functionality to get an unread count for users on our app based on their NodeBB account? Thanks
nodebb-plugin-sso-steam-refactor
-
I noticed there were a couple steam plugins floating around but they had some issues on nodebb 1.0.3, so I took their source and made some adjustments. Thus its a refactored plugin.
https://github.com/h0lybyte/nodebb-plugin-sso-steam-refactor
npm install nodebb-plugin-sso-steam-refactor
Would love some feedback!
0.0.7 will be released sometime within the next month or two, with any major feedbacks.
TO-DO:
- regex username check
- option to delete user? idk.
-
Nice! For future reference, consider contributing to existing repositories via pull requests on existing issues.
-
Of course, however I just felt more comfortable trying to understand what each line of code did! This was more of a learning experience ~