Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 02ca80d843e4a5428aad0bcc6513ba44b790b658 Author: Wohlstand <admin@wohlnet.ru> Date: Fri Dec 19 14:55:18 2025 +0000 Added break to quit the loop here diff --git a/bridge/telegram/handlers.go b/bridge/telegram/handlers.go index 61f747c..7d225c8 100644 --- a/bridge/telegram/handlers.go +++ b/bridge/telegram/handlers.go @@ -5446 +5447 @@ func (b *Btelegram) handleUploadFile(msg *config.Message, chatid int64, threadid   } else {   if prev != ftype {   equal = false + break   }   prev = ftype   }