How to ban the "No information avialable" in micro notifcations? #700
Unanswered
dmtrKovalenko
asked this question in
Q&A
Replies: 1 comment
-
Try this: routes = {
{
filter = {
event = 'notify',
kind = 'info',
any = {
{ find = 'available' },
},
},
opts = { skip = true },
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions