mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-07-16 11:37:09 +08:00
This change completely re-writes the backend of the plugin to use Core's new PresenceChannel API. It also introduces a new 'count only' mode for increased privacy. The rest of the functionality remains largely the same, but should be much more efficient when many users are online simultaneously.
13 lines
1 KiB
YAML
13 lines
1 KiB
YAML
en:
|
|
site_settings:
|
|
whos_online_enabled: "Enable Who's Online Plugin"
|
|
whos_online_active_timeago: "The maximum number of minutes since last interaction that a user is considered 'online'"
|
|
whos_online_collapse_threshold: "The number of users required before the avatars overlap"
|
|
whos_online_maximum_display: "The maximum number of users to display"
|
|
whos_online_minimum_display: "The minimum number of users to display"
|
|
whos_online_hide_below_minimum_display: "Completely hide the widget if number of users is below minimum_display"
|
|
whos_online_display_public: "Show whos-online to the public (no sign in required)"
|
|
whos_online_display_min_trust_level: "The minimum trust level required to see whos-online"
|
|
whos_online_avatar_indicator: "Show an indicator on user avatars describing their online status"
|
|
whos_online_avatar_indicator_topic_lists: "Show online indicators in topic lists"
|
|
whos_online_count_only: "Only show the count. Do not reveal online user identities. (more efficient)"
|