Cache contact avatars locally as files

This commit is contained in:
Michael 2022-05-08 05:37:17 +00:00
commit a31256412e
4 changed files with 213 additions and 39 deletions

View file

@ -118,6 +118,10 @@ return [
// chose "Remember me" when logging in is considered logged out.
'auth_cookie_lifetime' => 7,
// avatar_cache (Boolean)
// Cache avatar pictures as files (experimental)
'avatar_cache' => false,
// big_emojis (Boolean)
// Display "Emoji Only" posts in big.
'big_emojis' => false,