diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-24 15:01:34 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-24 15:01:34 +0100 |
commit | 87eaa6d8e5a5fece531a8ce191f8e89e90f673c2 (patch) | |
tree | d0caef88e6ba72f1009659a11c666fffe59ac982 /Zotlabs/Lib/ThreadStream.php | |
parent | 14f12927436f71c753127be83f348d89b99401b6 (diff) | |
download | volse-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.php | 4 |
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'); |