Update telegram-approval-join submodule and apply patches
This commit is contained in:
parent
f753dd5c6b
commit
c78fe1a912
3 changed files with 3 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ func (bot *Bot) HandleJoinRequest(request *api.ChatJoinRequest) {
|
|||
fmt.Sprintf(AdminJoinRequestMsg, userString, request.From.ID, "(awaiting user response)"))
|
||||
m.ReplyMarkup = utils.NewApprovalKeyboard(request.From.ID)
|
||||
m.ParseMode = api.ModeHTML
|
||||
m.LinkPreviewOptions = api.LinkPreviewOptions{IsDisabled: true}
|
||||
if topic := *bot.Config.AdminChatTopicId; topic != 0 {
|
||||
m.MessageThreadID = topic
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue