From e8c60f2fffffe61931118c87f739e714726a32c3 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Thu, 2 May 2024 13:55:56 +0200 Subject: [PATCH] Update discovery_censor_wot.py --- nostr_dvm/tasks/discovery_censor_wot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nostr_dvm/tasks/discovery_censor_wot.py b/nostr_dvm/tasks/discovery_censor_wot.py index 846b8d0..a4c975d 100644 --- a/nostr_dvm/tasks/discovery_censor_wot.py +++ b/nostr_dvm/tasks/discovery_censor_wot.py @@ -57,6 +57,8 @@ class DiscoverReports(DVMTaskInterface): param = tag.as_vec()[1] if param == "since_days": # check for param type since_days = int(tag.as_vec()[2]) + if param == "user": # check for param type + sender = tag.as_vec()[2] options = { "users": users,