This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Closed
Description
According to @BillCarsonFr (element-hq/element-web#23550 (comment)):
- Send a message In a room with some history => the intitial sync has to be
limited=true
for that room - Edit it once
- Do a clear cache (initial sync)
The original event is then returned with with empty content, as if it's been redacted:
{
"type": "m.room.encrypted",
"sender": "@alice:localhost:8480",
"content": {},
"origin_server_ts": 1666342304414,
"unsigned": {
"age": 500276,
"transaction_id": "m1666342304366.6",
"m.relations": {
"m.replace": {
"event_id": "$toxW3soIUzZbG6cmnw94p0-cvQ5_AlIM0NJ7SJz7vpY",
"origin_server_ts": 1666342320779,
"sender": "@alice:localhost:8480"
}
}
},
"event_id": "$q6rQxsGaW0XscWvlnTUiWVIAcV07AMNZqZzPF3Sbga4"
}
Metadata
Assignees
Labels
End-to-end encryption for Matrix clientsdefects related to /syncAffects or can be seen by some users regularly or most users rarelyMajor functionality / product severely impaired, no satisfactory workaround.Bugs, crashes, hangs, security vulnerabilities, or other reported issues.Must be resolved before making a release