aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-05-03 15:52:30 +0000
committerMario <mario@mariovavti.com>2025-05-03 15:52:30 +0000
commitee3fc54be6665bf933d6a732494538aa96bb5126 (patch)
tree6671c03f43f56388f13e79d32600f38031042d4d /Zotlabs/Module
parente2c477d775972b35c7e6ee16fbcd39a4ed29ddac (diff)
downloadvolse-hubzilla-ee3fc54be6665bf933d6a732494538aa96bb5126.tar.gz
volse-hubzilla-ee3fc54be6665bf933d6a732494538aa96bb5126.tar.bz2
volse-hubzilla-ee3fc54be6665bf933d6a732494538aa96bb5126.zip
Revert "streamline wording"
This reverts commit e2c477d775972b35c7e6ee16fbcd39a4ed29ddac.
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Sse_bs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php
index a76cea3c2..dfeaccdfd 100644
--- a/Zotlabs/Module/Sse_bs.php
+++ b/Zotlabs/Module/Sse_bs.php
@@ -305,7 +305,7 @@ class Sse_bs extends Controller {
$item_normal = item_normal();
// Filter internal follow activities and strerams add/remove activities
- $item_normal .= " AND item.verb NOT IN ('Add', 'Remove', 'Follow', 'Ignore', '" . dbesc(ACTIVITY_FOLLOW) . "') ";
+ $item_normal .= " AND verb NOT IN ('Add', 'Remove', 'Follow', 'Ignore', '" . dbesc(ACTIVITY_FOLLOW) . "') ";
if ($notifications) {
$items = q("SELECT item.*, tp.uuid AS thr_parent_uuid FROM item