mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-09 21:12:33 +02:00
Update discovery_censor_wot.py
This commit is contained in:
@@ -57,6 +57,8 @@ class DiscoverReports(DVMTaskInterface):
|
|||||||
param = tag.as_vec()[1]
|
param = tag.as_vec()[1]
|
||||||
if param == "since_days": # check for param type
|
if param == "since_days": # check for param type
|
||||||
since_days = int(tag.as_vec()[2])
|
since_days = int(tag.as_vec()[2])
|
||||||
|
if param == "user": # check for param type
|
||||||
|
sender = tag.as_vec()[2]
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
"users": users,
|
"users": users,
|
||||||
|
Reference in New Issue
Block a user