aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-04 15:53:30 -0700
committerredmatrix <git@macgirvin.com>2016-06-04 15:53:30 -0700
commita0d339f208ce991ccc429e7d4ac1bbacce393b38 (patch)
treedaad12281894e8b6122ca3d9b5907a2be60da5a3 /Zotlabs
parent2c7ce20ccf9bb71a67ba24d238fd6a7361320b3e (diff)
downloadvolse-hubzilla-a0d339f208ce991ccc429e7d4ac1bbacce393b38.tar.gz
volse-hubzilla-a0d339f208ce991ccc429e7d4ac1bbacce393b38.tar.bz2
volse-hubzilla-a0d339f208ce991ccc429e7d4ac1bbacce393b38.zip
short-term solution to emoji size issue - make them 32px from the sender
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/React.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/React.php b/Zotlabs/Module/React.php
index 28c7c239c..ed4f87e7e 100644
--- a/Zotlabs/Module/React.php
+++ b/Zotlabs/Module/React.php
@@ -35,7 +35,7 @@ class React extends \Zotlabs\Web\Controller {
$n['parent_mid'] = $i[0]['mid'];
$n['mid'] = item_message_id();
$n['verb'] = ACTIVITY_REACT . '#' . $emoji;
- $n['body'] = "\n\n[zmg]" . z_root() . '/images/emoji/' . $emoji . '.png[/zmg]' . "\n\n";
+ $n['body'] = "\n\n[zmg=32x32]" . z_root() . '/images/emoji/' . $emoji . '.png[/zmg]' . "\n\n";
$n['author_xchan'] = $channel['channel_hash'];
$x = item_store($n);