Skip to content
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

Replies show up as empty space (mautrix-discord bridge) #8460

Open
rajil opened this issue May 23, 2023 · 2 comments · May be fixed by #8947
Open

Replies show up as empty space (mautrix-discord bridge) #8460

rajil opened this issue May 23, 2023 · 2 comments · May be fixed by #8947
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Low/no impact on users T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@rajil
Copy link

rajil commented May 23, 2023

Steps to reproduce

I am using a mautrix-discord bridge. If anybody replies to my message it shows up as a white space in Element Android. However, it renders fine in Element Desktop. If you long press on the 'empty space' and share it, Element correct shows the message in the preview popup. So it seems that the text is present but its color is matching the background color and thus it shows up as white space.
The ghost message is like this,

{
  "type": "m.room.message",
  "room_id": "!redacted:redacted.com",
  "sender": "@discord_164751726268121099:redacted.com",
  "content": {
    "body": "Some text",
    "com.beeper.linkpreviews": [],
    "m.relates_to": {
      "m.in_reply_to": {
        "event_id": "$MVPSWYZFm2a4WCnSJTXLdoOc-xQkeSEeuNXiYfMovZY"
      }
    },
    "msgtype": "m.text"
  },
  "origin_server_ts": 3681727111576,
  "unsigned": {
    "age": 73538102
  },
  "event_id": "$myGciNpYTaQNWMjX-Gn5fgpzGNMXGw6cSAWcwhT3gWk",
  "user_id": "@discord_164751726268121099:redacted.com",
  "age": 73538102
}

Outcome

What did you expect?

Message to be readable in Element Android

What happened instead?

Message shows up as empty space.

Your phone model

No response

Operating system version

No response

Application version and app store

Element Android 1.6.0

Homeserver

No response

Will you send logs?

No

Are you willing to provide a PR?

No

@rajil rajil added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label May 23, 2023
@ajay-actuary
Copy link

I can reproduce this. Msgs appear as blank in the mautrix discord bridge.

@rom4nik
Copy link
Contributor

rom4nik commented May 24, 2023

Similar issue (no fallback in reply body): #8432 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Low/no impact on users T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants