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 rendering as regular messages in some rooms #455

Open
Evidlo opened this issue Mar 5, 2024 · 0 comments
Open

Replies rendering as regular messages in some rooms #455

Evidlo opened this issue Mar 5, 2024 · 0 comments

Comments

@Evidlo
Copy link
Contributor

Evidlo commented Mar 5, 2024

I have a recently-created room where replies from Slack users are not being rendered in Gomuks correctly (but work OK in Element):

notworking

working

Below is the message source for one of these messages:

{
  "content": {
    "body": "Yeah - the original version had all booleans and then I never renamed the variables.",
    "format": "org.matrix.custom.html",
    "formatted_body": "Yeah - the original version had all booleans and then I never renamed the variables.",
    "m.relates_to": {
      "event_id": "$dQX5jVYj03dVHpkvFQ-MX3eQmowcKVvD-keTmc1o-HU",
      "is_falling_back": true,
      "m.in_reply_to": {
        "event_id": "$rLH5HQjlQUnyCAd2yIylQQKQMBRgyZP23Et8yK77wTw"
      },
      "rel_type": "m.thread"
    },
    "msgtype": "m.text"
  },
  "origin_server_ts": 1709653658684,
  "room_id": "!oiCQlJTrnxLRMOYrbg:matrix.org",
  "sender": "@_slack_carruthers-workspace_U04FU7FCZDF:matrix.org",
  "type": "m.room.message",
  "unsigned": {
    "age": 7683505
  },
  "event_id": "$UUpZhtPQIlzmKMgMnm64c6CtLFHq6PM63tIV8_qSwvA",
  "user_id": "@_slack_carruthers-workspace_U04FU7FCZDF:matrix.org",
  "age": 7683216
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant