Revert "Expose transaction ID in GET response"

This reverts commit 772590f6ba.
Clients should keep track of transaction IDs themselves.
toger5/expiring-events-keep-alive
Andrew Ferrazzutti 1 year ago
parent 8523ed416f
commit 883e6b5d55

@ -199,7 +199,6 @@ The response is a JSON object containing the following fields:
- `room_id` - Required. The room ID of the delayed event.
- `type` - Required. The event type of the delayed event.
- `state_key` - Optional. The state key of the delayed event if it is a state event.
- `transaction_id` - Optional. The transaction ID of the delayed event if it is a regular (non-state) event.
- `delay` - Required. The delay in milliseconds before the event is sent.
- `running_since` - Required. The timestamp (as unix time in milliseconds) when the delayed event was scheduled or
last restarted.
@ -221,7 +220,6 @@ Content-Type: application/json
"type": "m.room.message",
"delay": 15000,
"running_since": 1721732853284,
"transaction_id": "abcdefgh",
"content":{
"msgtype": "m.text",
"body": "I am now offline"

Loading…
Cancel
Save