Browse Source

Higher resolution emoji

Bob Mottram 7 years ago
parent
commit
adb2924d1f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma View File

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