This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
send/{eventType}/{txnId} works if txnId is empty #9340
Labels
A-Spec-Compliance
places where synapse does not conform to the spec
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Description
The
/_matrix/client/r0/rooms/{roomId}/send/{eventType}/{txnId}
accepts an empty txnId even if the spec says it is required. Actually is works only once, it seems to use an empty string (""
) as the txnId, then work as expected with an already used txnId if you try again.Steps to reproduce
Version information
If not matrix.org:
Version: 1.26.0
Install method: apt
The text was updated successfully, but these errors were encountered: