mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:33:58 -06:00
Check for custom avatars by default now.
This commit is contained in:
parent
a80d3aa634
commit
fee2734aaa
@ -259,7 +259,7 @@ class SiteSetting < ActiveRecord::Base
|
||||
client_setting(:allow_uploaded_avatars, true)
|
||||
client_setting(:allow_animated_avatars, false)
|
||||
|
||||
setting(:detect_custom_avatars, false)
|
||||
setting(:detect_custom_avatars, true)
|
||||
setting(:max_daily_gravatar_crawls, 500)
|
||||
|
||||
setting(:sequential_replies_threshold, 2)
|
||||
|
Loading…
Reference in New Issue
Block a user