Skip to content

Commit

Permalink
shouldreport && m.MessageId
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Jun 7, 2024
1 parent 0131684 commit 1d7f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgzebot.go
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ func main() {
} else {
log("tggetChatAdministrators: %v", err)
}
if shouldreport {
if shouldreport && m.MessageId != 0 {
report := fmt.Sprintf(
"%s"+NL+NL+
"%s"+NL+
Expand Down

0 comments on commit 1d7f5be

Please sign in to comment.