mirror of
https://ghfast.top/https://github.com/discourse/discourse-whos-online.git
synced 2026-07-16 11:37:09 +08:00
41 lines
876 B
YAML
41 lines
876 B
YAML
discourse_whos_online:
|
|
whos_online_enabled:
|
|
default: false
|
|
whos_online_active_timeago:
|
|
default: 5
|
|
min: 1
|
|
max: 1440 # 24 hours
|
|
client: true
|
|
whos_online_collapse_threshold:
|
|
default: 10
|
|
client: true
|
|
whos_online_maximum_display:
|
|
default: 50
|
|
client: true
|
|
whos_online_minimum_display:
|
|
default: 1
|
|
client: true
|
|
whos_online_hide_below_minimum_display:
|
|
default: false
|
|
client: true
|
|
whos_online_display_public:
|
|
default: true
|
|
client: true
|
|
whos_online_display_min_trust_level:
|
|
default: 0
|
|
enum: "TrustLevelSetting"
|
|
client: true
|
|
whos_online_avatar_indicator:
|
|
default: "ring"
|
|
type: enum
|
|
client: true
|
|
choices:
|
|
- ring
|
|
- glow
|
|
- flair
|
|
- none
|
|
whos_online_avatar_indicator_topic_lists:
|
|
default: false
|
|
client: true
|
|
whos_online_count_only:
|
|
default: false
|