mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Check for custom avatars by default now.
This commit is contained in:
parent
a80d3aa634
commit
fee2734aaa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue