Skip to content

Commit

Permalink
stop tracking forwardmessage image
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 committed Aug 2, 2024
1 parent 1858382 commit 404435b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ object ImageOCRFilter {
if (filterImage(e, message)) {
return true
}
} else if (message is ForwardMessage) {
}/* else if (message is ForwardMessage) {
if (findImageToFilter(e, message.nodeList)) {
return true
}
}
}*/
}
return false
}
Expand Down

0 comments on commit 404435b

Please sign in to comment.