aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadStream.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-24 15:01:34 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-24 15:01:34 +0100
commit87eaa6d8e5a5fece531a8ce191f8e89e90f673c2 (patch)
treed0caef88e6ba72f1009659a11c666fffe59ac982 /Zotlabs/Lib/ThreadStream.php
parent14f12927436f71c753127be83f348d89b99401b6 (diff)
downloadvolse-hubzilla-87eaa6d8e5a5fece531a8ce191f8e89e90f673c2.tar.gz
volse-hubzilla-87eaa6d8e5a5fece531a8ce191f8e89e90f673c2.tar.bz2
volse-hubzilla-87eaa6d8e5a5fece531a8ce191f8e89e90f673c2.zip
some more work on mod hq
Diffstat (limited to 'Zotlabs/Lib/ThreadStream.php')
-rw-r--r--Zotlabs/Lib/ThreadStream.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Lib/ThreadStream.php b/Zotlabs/Lib/ThreadStream.php
index 9eebb929c..bdd2e9657 100644
--- a/Zotlabs/Lib/ThreadStream.php
+++ b/Zotlabs/Lib/ThreadStream.php
@@ -54,6 +54,10 @@ class ThreadStream {
$this->profile_owner = local_channel();
$this->writable = true;
break;
+ case 'hq':
+ $this->profile_owner = local_channel();
+ $this->writable = true;
+ break;
case 'channel':
$this->profile_owner = \App::$profile['profile_uid'];
$this->writable = perm_is_allowed($this->profile_owner,$ob_hash,'post_comments');