diff options
author | Mario <mario@mariovavti.com> | 2025-05-03 15:42:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-05-03 15:42:26 +0000 |
commit | e2c477d775972b35c7e6ee16fbcd39a4ed29ddac (patch) | |
tree | 5fd0fc36a6d013bf3a54beb2e734e53cd0984a4e /Zotlabs/Module | |
parent | 6ddd31bfba3139f9f065c8eed3efa0a40dda6194 (diff) | |
download | volse-hubzilla-e2c477d775972b35c7e6ee16fbcd39a4ed29ddac.tar.gz volse-hubzilla-e2c477d775972b35c7e6ee16fbcd39a4ed29ddac.tar.bz2 volse-hubzilla-e2c477d775972b35c7e6ee16fbcd39a4ed29ddac.zip |
streamline wording
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Sse_bs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sse_bs.php b/Zotlabs/Module/Sse_bs.php index dfeaccdfd..a76cea3c2 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 verb NOT IN ('Add', 'Remove', 'Follow', 'Ignore', '" . dbesc(ACTIVITY_FOLLOW) . "') "; + $item_normal .= " AND item.verb NOT IN ('Add', 'Remove', 'Follow', 'Ignore', '" . dbesc(ACTIVITY_FOLLOW) . "') "; if ($notifications) { $items = q("SELECT item.*, tp.uuid AS thr_parent_uuid FROM item |