matrix-org/dendrite

The transaction_id within events is not serialised in many endpoints

开放

#3,000 创建于 2023年3月6日

 (3 条评论) (0 个反应) (0 位负责人)Go (658 个派生)auto 404
O-FrequentT-Defectgood first issuespec-compliance

仓库指标

星标
 (5,632 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Similar to https://github.com/matrix-org/synapse/issues/15173 in Synapse

There are many endpoints that return events, and in those representations they should include the transaction_id in the unsigned part of the event.

I wrote a Complement test to highlight that Synapse had this issue by testing using the /rooms/{roomId}/event/{eventId} endpoint, and Dendrite also fails on this test. I haven't tested the other endpoints, nor covered them in the Complement test. https://github.com/matrix-org/complement/pull/621

贡献者指南