diff options
author | redmatrix <git@macgirvin.com> | 2016-06-05 20:16:33 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-05 20:16:33 -0700 |
commit | 9afecaaffee60250f141527eff9d279ff48b4140 (patch) | |
tree | a19270f75d3365ba269a151457a299b75dc47131 /Zotlabs/Lib/ThreadItem.php | |
parent | 4485142a25fa8b934047c62e46eb5badccc9b56f (diff) | |
download | volse-hubzilla-9afecaaffee60250f141527eff9d279ff48b4140.tar.gz volse-hubzilla-9afecaaffee60250f141527eff9d279ff48b4140.tar.bz2 volse-hubzilla-9afecaaffee60250f141527eff9d279ff48b4140.zip |
We need a laugh icon more than we need a cry icon.
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index e55931f40..f724ac95d 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -15,7 +15,7 @@ class ThreadItem { private $comment_box_template = 'comment_item.tpl'; private $commentable = false; // list of supported reaction emojis - a site can over-ride this via config system.reactions - private $reactions = ['1f60a','1f44f','1f37e','1f48b','1f61e','2665','1f622','1f62e','1f634','1f61c','1f607','1f608']; + private $reactions = ['1f60a','1f44f','1f37e','1f48b','1f61e','2665','1f606','1f62e','1f634','1f61c','1f607','1f608']; private $toplevel = false; private $children = array(); private $parent = null; |