I had a plugin that adds an option for the administrator to see users' chat.
Now I can not find it
I would love if someone would bring me a suitable link for it.
[nodebb-plugin-recent-cards] NodeBB v1.14.0
-
Looks like there was another bug in core that needed fixing for the images to show.
fix: missing backgroundImage #8386 · NodeBB/[email protected]
Node.js based forum software built for the modern web - fix: missing backgroundImage #8386 · NodeBB/[email protected]
GitHub (github.com)
-
It was fairly simple I added this in 2.0.8,
feat: use category bg image if available · NodeBB-Community/[email protected]
Recent Cards plugin for NodeBB's Persona Theme. Contribute to NodeBB-Community/nodebb-plugin-recent-cards development by creating an account on GitHub.
GitHub (github.com)
-
@baris there is a bug in the console when upgrading
SyntaxError: await is only valid in async functions and the top level bodies of modules at compileFunction (<anonymous>) at Object.compileFunction (node:vm:355:18) at wrapSafe (node:internal/modules/cjs/loader:1039:15) at Module._compile (node:internal/modules/cjs/loader:1073:27) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1138:10) at Module.load (node:internal/modules/cjs/loader:989:32) at Function.Module._load (node:internal/modules/cjs/loader:829:14) at Module.require (node:internal/modules/cjs/loader:1013:19) at require (node:internal/modules/cjs/helpers:93:18) at Object.Plugins.requireLibrary (/home/phenomlab/nodebb/src/plugins/index.js:81:39)
-
@phenomlab yeah this commit broke it https://github.com/NodeBB-Community/nodebb-plugin-recent-cards/commit/ff3722e475a716116b827085aeaccad2a0c303c1 because of a missing async on renderExternal @baris