mirror of
https://github.com/42wim/matterbridge.git
synced 2024-05-06 15:54:56 +00:00
Fix incorrect forward from text line (telegram)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user