Skip to content

Commit

Permalink
quickfix text button not allowed in inline keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
chofnar committed Jan 24, 2024
1 parent 174e6d8 commit 2a9613d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/server/messages/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func SeeReposMarkup(chatID int64, messageID, limit, page int, database *database
} else {
releaseButton = telego.InlineKeyboardButton{
Text: "N/A",
URL: repo.Link + "/releases",
}
}
currentRow[1] = releaseButton
Expand Down

0 comments on commit 2a9613d

Please sign in to comment.