Skip to content

Commit

Permalink
ignore pings
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Dec 21, 2023
1 parent e06b149 commit 21a59b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goatak_server/processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (app *App) chatProcessor(msg *cot.CotMessage) {
}

func (app *App) saveItemProcessor(msg *cot.CotMessage) {
if cot.MatchAnyPattern(msg.GetType(), "b-t-f", "b-t-f-") {
if cot.MatchAnyPattern(msg.GetType(), "b-t-f", "b-t-f-", "t-x-c-t", "t-x-c-t-r") {
return
}

Expand Down

0 comments on commit 21a59b4

Please sign in to comment.