Fix incorrect forward from text line (telegram)

pull/330/head
Wim 7 years ago
parent f56163295c
commit 0a91b9e1c9

@ -190,7 +190,6 @@ func (b *Btelegram) handleRecv(updates <-chan tgbotapi.Update) {
}
if message.ForwardFrom != nil {
text = "Forward from " + message.ForwardFrom.FirstName
usernameForward := ""
if b.Config.UseFirstName {
usernameForward = message.ForwardFrom.FirstName

Loading…
Cancel
Save