Skip to content

Commit

Permalink
bugfix:not resp private chat
Browse files Browse the repository at this point in the history
  • Loading branch information
ivhu committed Nov 21, 2024
1 parent 8bcb6fd commit ac50f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/gemini_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (g *geminiHandler) CheckUpdate(b *gotgbot.Bot, ctx *ext.Context) bool {
return false
}
}
return true
}
msg := ctx.EffectiveMessage.Text
if _, ok := quotationsKey[msg]; ok {
Expand Down

0 comments on commit ac50f44

Please sign in to comment.