aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
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/Widget
parent4bbeb224f67848cbdd4b07ed4f90341e0a6460c9 (diff)
downloadvolse-hubzilla-af839a05892f9446e86327ba04787b3a697c379c.tar.gz
volse-hubzilla-af839a05892f9446e86327ba04787b3a697c379c.tar.bz2
volse-hubzilla-af839a05892f9446e86327ba04787b3a697c379c.zip
AS2 Follow/Ignore
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Messages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Messages.php b/Zotlabs/Widget/Messages.php
index 0ddbebbcc..8654d8e8f 100644
--- a/Zotlabs/Widget/Messages.php
+++ b/Zotlabs/Widget/Messages.php
@@ -62,7 +62,7 @@ class Messages {
$channel = App::get_channel();
$item_normal = item_normal();
// Filter internal follow activities and strerams add/remove activities
- $item_normal .= " and item.verb not in ('Add', 'Remove', '" . ACTIVITY_FOLLOW . "') ";
+ $item_normal .= " and item.verb not in ('Add', 'Remove', 'Follow', 'Ignore', '" . ACTIVITY_FOLLOW . "') ";
$item_normal_i = str_replace('item.', 'i.', $item_normal);
$item_normal_c = str_replace('item.', 'c.', $item_normal);
$entries = [];