Fix typo for origin_server_ts field for in-room verification events

Signed-off-by: tusooa <tusooa@kazv.moe>
This commit is contained in:
No. 2026-03-14 21:11:45 -04:00 committed by tusooa
parent 252de984cc
commit f6829e0c55
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix typo for origin_server_ts field for in-room verification events

View file

@ -637,7 +637,7 @@ request.
The prompt for Bob to accept/reject Alice's request (or the unsupported method
prompt) should be automatically dismissed 10 minutes after the `timestamp` (in
the case of to-device messages) or `origin_ts` (in the case of in-room
the case of to-device messages) or `origin_server_ts` (in the case of in-room
messages) field or 2 minutes after Bob's client receives the message, whichever
comes first, if Bob does not interact with the prompt. The prompt should
additionally be hidden if an appropriate `m.key.verification.cancel` message is