Skip to content

Message order is broken  #9708

Closed
Closed
@procopsamuraev

Description

@procopsamuraev

Description

Old message will be stick as last one. See on screenshot. New messages will be behind old one.

Steps to reproduce

Didnt find how to reproduce. Happens occasionally with different users.
But noticed that stacked messages doesn't have next header:

"type": "m.room.message",
"sender": "@redacted",
"content": {
  "msgtype": "m.text",
  "body": "sss"
},

so stacked messages will only contain this (if see source on the client)

{
  "event_id": "$1557818289109xijSn:im.example.com",
  "user_id": "@nurlena.jonid:im.example.com",
  "room_id": "!GfVDDBCThRXtnwlMtq:im.example.com",
  "type": "m.room.message",
  "origin_server_ts": 1557818289216,
  "content": {
    "msgtype": "m.text",
    "body": "i just bought it today"
  }
}

Log: sent/not sent
riot-message

Version information

Platform: Desktop

For the desktop app:

  • OS: Windows
  • Version: 1.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions