aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-03-12 18:43:50 +0000
committerMario <mario@mariovavti.com>2023-03-12 19:56:34 +0100
commit0a679e503ef367eda3085c44af103ee53869a94f (patch)
tree713dfa5fbc388d9a758686bc59cc53ec9462d20e /Zotlabs
parent0140f9fe560b7cc0f65cbfc7988f6808b4dc1236 (diff)
downloadvolse-hubzilla-0a679e503ef367eda3085c44af103ee53869a94f.tar.gz
volse-hubzilla-0a679e503ef367eda3085c44af103ee53869a94f.tar.bz2
volse-hubzilla-0a679e503ef367eda3085c44af103ee53869a94f.zip
make sure to only transform channel wall posts for group actors
(cherry picked from commit 95cbcf30d7934ded1222c3481553536cbb95dbb3)
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index 27fc62ee6..5ca94cd76 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -818,7 +818,7 @@ class Item extends Controller {
$is_group = get_pconfig($profile_uid, 'system', 'group_actor');
- if (($is_group) && ($walltowall) && (!$walltowall_comment)) {
+ if ($is_group && $walltowall && !$walltowall_comment && !$webpage) {
$groupww = true;
$str_contact_allow = $owner_xchan['xchan_hash'];
$str_group_allow = '';