Closed
Description
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"
}
}
Version information
Platform: Desktop
For the desktop app:
- OS: Windows
- Version: 1.1.0
Metadata
Metadata
Assignees
Labels
No labels