mirror of
https://ghfast.top/https://github.com/discourse/discourse-animated-avatars.git
synced 2026-07-15 11:37:01 +08:00
Add a feature for always animating avatars. Add a site setting to limit animated avatars to certain trust levels.
8 lines
187 B
YAML
8 lines
187 B
YAML
trust:
|
|
animated_avatars_min_trust_level_to_display:
|
|
default: 3
|
|
enum: "TrustLevelSetting"
|
|
client: true
|
|
animated_avatars_always_animate:
|
|
default: false
|
|
client: true
|