Hi how can i enable Auth to read a DMs, i try with filterValidation but doesn't work
filterValidation {
# Enable strict filter validation for REQ messages
enabled = true
# Maximum number of filters allowed per REQ (when validation enabled)
maxFiltersPerReq = 3
# Minimum number of filters required per REQ (when validation enabled)
minFiltersPerReq = 1
# Maximum number of kinds allowed per filter (when validation enabled)
maxKindsPerFilter = 3
# Comma-separated list of allowed kinds (empty = all allowed)
allowedKinds = "4"
# Require at least one author, p tag, or e tag in each filter
requireAuthorOrTag = true
}
Hi how can i enable Auth to read a DMs, i try with filterValidation but doesn't work
filterValidation {
# Enable strict filter validation for REQ messages
enabled = true