Skip to content

Commit 422586b

Browse files
Improved AT support
1 parent 849ce77 commit 422586b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/at.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export default [
44
RULE()
55
.AT().ANYWHERE()
66
.FROM().QUERY_ENTRIES()
7-
.DO().REMOVE('at_campaign', /^at_custom.*/, 'at_medium')
7+
.DO().REMOVE('at_campaign', /^at_custom.*/, 'at_medium', 'at_recipient_id', 'at_recipient_list')
88
];

0 commit comments

Comments
 (0)