Skip to content

Configuration Issue: Not able to suppress 'No information available' notification #833

Closed Answered by b0ae989c
DMunkei asked this question in Q&A
Discussion options

You must be logged in to vote

routes is supposed to be a list. Try

routes = {
  {
    filter = {
      event = "notify",
      find = "No information available",
    },
    opts = {skip = true},
  },
},

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DMunkei
Comment options

@rodhash
Comment options

Answer selected by DMunkei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #828 on June 03, 2024 16:38.