@scen you can ignore that if you want... not an issue or error.
if you want the warning to go away then, add this to the package.json file in your theme (assuming you are using NodeBB 1.x.x)
"nbbpm": { "compatibility": "^1.0.0" }nodebb-plugin-sso-steam-v2 has a feature that allows you to use Steam IDs and Steam Profile Links in themes as said here
Added steam info to posts api for theme makers to use (post.user.sso-steam:steamid & post.user.sso-steam:profile)
How exactly would I use this?
Add api/
to the url of any post, to see all the variables templates can use. ie:
https://community.nodebb.org/api/topic/10628/how-to-use-posts-api
Using the plugin would add the variable {posts.post.user.sso-steam:steamid}
to all templates that have posts.