Skip to content

Commit

Permalink
multiple stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
matst80 committed Oct 24, 2024
1 parent 8fe1b9f commit 795363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (s *Session) handleMail() error {
msg := botapi.NewMessage(r.ChatId, content)

if r.WantsDebugInfo {
msg.ReplyMarkup = botapi.NewReplyKeyboard(botapi.NewKeyboardButtonRow(botapi.NewKeyboardButton("/block " + ip)))
msg.ReplyMarkup = botapi.NewReplyKeyboard(botapi.NewKeyboardButtonRow(botapi.NewKeyboardButton("/block "+ip), botapi.NewKeyboardButton("/reply")))
}
if r.User != nil {
r.User.LastMail = LastMail{From: s.From, Subject: s.Email.Headers.Subject}
Expand Down

0 comments on commit 795363d

Please sign in to comment.