Change blocker type from bool to DynamicBlockers for APActions

This commit is contained in:
ionutboangiu
2022-04-28 17:53:03 +03:00
committed by Dan Christian Bogos
parent 718f529ffa
commit 065ffcfbdf
22 changed files with 208 additions and 141 deletions

View File

@@ -672,7 +672,7 @@ type TPActionTarget struct {
type TPAPAction struct {
ID string
FilterIDs []string
Blocker bool
Blockers string
TTL string
Type string
Opts string