-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Threema::Receive::Image is never reached #18
Comments
Yes, I can confirm that I've sent and received cat images in the past to test this. However, it has been a while and Threema was super productive in the meantime while this repository didn't receive any updates. |
AFAIK the Threema app itself also only uses file messages and has deprecated image messages. Also the Threema Gateway API does not support images or video messages anymore. At 2020-10-29 there was a message about that:
|
This is a follow-up of #17
During debugging I noticed that no matter if I send an image as "file" or as "image", this class is never instantiated:
https://github.com/thorsteneckel/threema/blob/master/lib/threema/receive/image.rb
Instead it's always
Threema::Receive::File
that's being created.Here's what I do:
@thorsteneckel can you confirm that the class did serve it's purpose in the past?
The text was updated successfully, but these errors were encountered: