mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-04-30 17:02:22 +08:00
A plugin for Discourse which uses the messagebus to display a live list of active users
| .github/workflows | ||
| assets | ||
| config | ||
| db/migrate | ||
| spec | ||
| test/javascripts/acceptance | ||
| .discourse-compatibility | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc.cjs | ||
| .rubocop.yml | ||
| .streerc | ||
| .template-lintrc.cjs | ||
| eslint.config.mjs | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| package.json | ||
| plugin.rb | ||
| pnpm-lock.yaml | ||
| README.md | ||
| stylelint.config.mjs | ||
| translator.yml | ||
| tsconfig.json | ||
Discourse Who's Online Plugin
A Discourse plugin which displays a list of users currently active on the site:
Ensure README images are pointing to discourse/gh-owned repositories
The plugin uses the MessageBus to keep up-to-date, using messages from a Sidekiq job run every 1 minute on the server.
For more information, please see: https://meta.discourse.org/t/whos-online-plugin/52345