aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-06-07 20:43:49 -0400
committerAndrew Manning <tamanning@zoho.com>2016-06-07 20:43:49 -0400
commitcf180f614207e6cdae44d1e3649a469b8982ade0 (patch)
treee2ffae5bbc7f12577dce0a0b9a7a638df142dd18 /Zotlabs/Lib/ThreadItem.php
parent2af8105b460d300ba41928734c960f5f70613952 (diff)
parent67665a8b9d8ff1dbcc26a46837447544d8968784 (diff)
downloadvolse-hubzilla-cf180f614207e6cdae44d1e3649a469b8982ade0.tar.gz
volse-hubzilla-cf180f614207e6cdae44d1e3649a469b8982ade0.tar.bz2
volse-hubzilla-cf180f614207e6cdae44d1e3649a469b8982ade0.zip
Merge remote-tracking branch 'upstream/dev' into wiki
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
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;