aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Activity.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-01 15:47:40 +0000
committerMario <mario@mariovavti.com>2024-03-01 15:47:40 +0000
commitaf839a05892f9446e86327ba04787b3a697c379c (patch)
treed43beb840eddba59312784ab261cc5a6843e8e05 /Zotlabs/Module/Activity.php
parent4bbeb224f67848cbdd4b07ed4f90341e0a6460c9 (diff)
downloadvolse-hubzilla-af839a05892f9446e86327ba04787b3a697c379c.tar.gz
volse-hubzilla-af839a05892f9446e86327ba04787b3a697c379c.tar.bz2
volse-hubzilla-af839a05892f9446e86327ba04787b3a697c379c.zip
AS2 Follow/Ignore
Diffstat (limited to 'Zotlabs/Module/Activity.php')
-rw-r--r--Zotlabs/Module/Activity.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Activity.php b/Zotlabs/Module/Activity.php
index b2f0ce498..133312e28 100644
--- a/Zotlabs/Module/Activity.php
+++ b/Zotlabs/Module/Activity.php
@@ -25,7 +25,7 @@ class Activity extends Controller {
$portable_id = EMPTY_STR;
- $item_normal_extra = sprintf(" and not verb in ('%s', '%s') ",
+ $item_normal_extra = sprintf(" and not verb in ('Follow', 'Ignore', '%s', '%s') ",
dbesc(ACTIVITY_FOLLOW),
dbesc(ACTIVITY_UNFOLLOW)
);
@@ -186,7 +186,7 @@ class Activity extends Controller {
}
}
- $item_normal_extra = sprintf(" and not verb in ('%s', '%s') ",
+ $item_normal_extra = sprintf(" and not verb in ('Follow', 'Ignore', '%s', '%s') ",
dbesc(ACTIVITY_FOLLOW),
dbesc(ACTIVITY_UNFOLLOW)
);