diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-06 09:39:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-06 09:39:56 +0200 |
commit | b886a40471fdf8cf80364f08fe8c7d29a9ed9537 (patch) | |
tree | b93835c834414a5cecdc8cbdd339bb91d840a09f /Zotlabs/Lib/ThreadItem.php | |
parent | cfbd2fc85c6e428f87c5e8d529c98e3e89202f2a (diff) | |
parent | c0d80a58284baa7dc4ac05b5628a43e8743ac4f0 (diff) | |
download | volse-hubzilla-b886a40471fdf8cf80364f08fe8c7d29a9ed9537.tar.gz volse-hubzilla-b886a40471fdf8cf80364f08fe8c7d29a9ed9537.tar.bz2 volse-hubzilla-b886a40471fdf8cf80364f08fe8c7d29a9ed9537.zip |
Merge branch 'dev' into sabre32
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; |