-
Notifications
You must be signed in to change notification settings - Fork 735
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
Replying with an image does not show the image #8432
Comments
I think this could be related to missing reply fallbacks - I'm using a Telegram bridge, whose admin disabled reply fallbacks (mautrix/telegram@c4037cc) today, which caused new replies (with any kind of content) from Telegram to appear like this: In each reply only the original message is visible (pixelized on screenshot), the text of the reply is blank. I can see the reply text in long press menu and in "view source". Here's a source of one of such replies:
Before today, while reply fallbacks were still enabled on this bridge instance, I had a similar issue where images/videos sent from Telegram as replies to another message would appear empty in timeline, but appear in context menu. I think I've been experiencing that particular issue for a few months (occurs in 1.6.0 as well). Visually it looks the same, but the message source was a bit different:
I've observed both cases of this problem only on Element Android - web/desktop Element and Nheko render both kinds of replies correctly. |
I have the same issue. I can see the image in the reply on element-desktop, but I am unable to see images in replies on element-android. |
Experiencing the same issue. However, it doesn't seem to be exclusive to just images. For context, we use a custom field (i.e. we don't use the Matrix approach) to include attachments in the event: e.g.
Which works fine, is sent properly -- verified by fetching the details thru the REST API via Postman and received as expected. So sending a reply event with a custom field (e.g. above should be Assumed that there might have been an update in the SDK that caused this, we tried downgrading to version 1.5.22, since we were able to test this use-case, but the problem persisted. Checking our old project against our current project, the next thing that we tried looking into is an update in the server version. Old project was using v1.2 while the new one is v1.8. Which brings me to the note mentioned in Sending events to a room:
But then again, how is an older version of the SDK impacted when parsing reply timeline events? Tried going through the code to figure out where it is filtering reply timeline events but haven't had much luck. |
I've same issue in groups bridged by signal mautrix. I can't read replied messages and images. A workaround for me is a long press for more interactions on the message then I can see the text or images in the popup menu. On Element-Desktop I works without problems |
Steps to reproduce
Where are you starting? What can you see?
When I reply to a message with an image, the image does not appear
What do you click?
On desktop, I reply to a message and send an image
Outcome
What did you expect?
I expect the reply card AND the image to appear
What happened instead?
Only the reply card appears and the image is not shown.
Below is the comparison of element web vs android:
Your phone model
Samsung S21
Operating system version
Android 12
Application version and app store
Element 1.5.32 from play store
Homeserver
No response
Will you send logs?
No
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: