From 1e185787a992f1e9c2a6ab9b45ea4035d2628d18 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 22 Jan 2017 12:03:38 +0100 Subject: Enable federated avatars by default (#3997) --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/app.ini b/conf/app.ini index 104d530f..19c5c7a9 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -268,7 +268,7 @@ DISABLE_GRAVATAR = false ; Federated avatar lookup uses DNS to discover avatar associated ; with emails, see https://www.libravatar.org ; This value will be forced to be false in offline mode or Gravatar is disbaled. -ENABLE_FEDERATED_AVATAR = false +ENABLE_FEDERATED_AVATAR = true [attachment] ; Whether attachments are enabled. Defaults to `true` -- cgit v1.2.3