aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-09-11 12:11:09 +0000
committerMario <mario@mariovavti.com>2020-09-11 12:11:09 +0000
commitff09b2131e6ba7045d5afd65adfd49e427617afc (patch)
treebf51ef9d2532f53d05fcdcb3477ed1f6f904321c /Zotlabs/Lib/ThreadItem.php
parentd53b3b242daca5d64886c5caa1c6aa93473239de (diff)
downloadvolse-hubzilla-ff09b2131e6ba7045d5afd65adfd49e427617afc.tar.gz
volse-hubzilla-ff09b2131e6ba7045d5afd65adfd49e427617afc.tar.bz2
volse-hubzilla-ff09b2131e6ba7045d5afd65adfd49e427617afc.zip
disable community tags until we agree on how to implemnt this in zot6/activitypub
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index fadc38b38..024502d2a 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -287,12 +287,16 @@ class ThreadItem {
$settings = '';
+ $tagger = [];
+
// FIXME - check this permission
if($conv->get_profile_owner() == local_channel()) {
+ /* disable until we agree on how to implemnt this in zot6/activitypub
$tagger = array(
'tagit' => t("Add Tag"),
'classtagger' => "",
);
+ */
$settings = t('Conversation Tools');
}