From 95f3fc79130a0f183e1e9765cab45c7bb3a7d660 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Feb 2021 22:28:44 +0000 Subject: [PATCH] Don't include announces in search preview --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index f8c89a551..dc01f0c98 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -285,7 +285,7 @@ def htmlProfileAfterSearch(cssCache: {}, continue if not item.get('type'): continue - if item['type'] != 'Create' and item['type'] != 'Announce': + if item['type'] != 'Create': continue if not item.get('object'): continue