You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Current latest released version (1.26.0) panics on sending attachments to api endpoint:
panic: interface conversion: interface {} is map[string]interface {}, not config.FileInfo
goroutine 12 [running]:
github.com/42wim/matterbridge/bridge/telegram.(*Btelegram).handleUploadFile(0xc000012138, 0xc000057718, 0xffffff16aa285ae1, 0x0)
...
Describe the solution you'd like
Release new version. I tested on upstream master branch version and it works (no panic, attachments forwarded).
Additional context
I saw some requests of clarification on usage api attachments endpoint due to lack of documentation, so probably current issue adds up to this problem, which was not trivial to discover. #1626#2052
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Current latest released version (
1.26.0
) panics on sending attachments to api endpoint:Describe the solution you'd like
Release new version. I tested on upstream master branch version and it works (no panic, attachments forwarded).
Additional context
I saw some requests of clarification on usage api attachments endpoint due to lack of documentation, so probably current issue adds up to this problem, which was not trivial to discover. #1626 #2052
The text was updated successfully, but these errors were encountered: