diff options
author | Max Kostikov <max@kostikov.co> | 2020-09-17 19:47:44 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2020-09-17 19:47:44 +0200 |
commit | 02cf85fa344b028ba2275ed44909ad9eefe7be92 (patch) | |
tree | 0732ac67cc4c44625278179fa54b62c20326dfe4 /Zotlabs/Lib/ThreadItem.php | |
parent | 5271232aa5428f171ba1dedc42165a6a1611334e (diff) | |
parent | 76a6e0b6fcda9ab87a8f6ec3ee8873d4fcdb4cd4 (diff) | |
download | volse-hubzilla-02cf85fa344b028ba2275ed44909ad9eefe7be92.tar.gz volse-hubzilla-02cf85fa344b028ba2275ed44909ad9eefe7be92.tar.bz2 volse-hubzilla-02cf85fa344b028ba2275ed44909ad9eefe7be92.zip |
Merge branch 'dev' into 'dev'
Dev sync
See merge request kostikov/core!1
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 4 |
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'); } |