Higher resolution emoji

This commit is contained in:
Bob Mottram 2017-11-11 13:04:13 +00:00
parent b4bf75288b
commit adb2924d1f
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ function pleroma_disable_registrations {
}
function pleroma_add_emoji {
emoji_resolution='64x64'
emoji_resolution='128x128'
data=$(tempfile 2>/dev/null)
trap "rm -f $data" 0 1 2 5 15