Constant ruma::events::key::verification::REQUEST_TIMESTAMP_TIMEOUT
source ยท pub const REQUEST_TIMESTAMP_TIMEOUT: Duration;
Expand description
The amount of time after which a verification request should be ignored, relative to its
origin_server_ts
(for in-room events) or its timestamp
(for to-device events).
This is defined as 10 minutes.