pub fn sign_message_at(
identity: &IdentityKeys,
msg: &RoomMessage,
signed_at_ms: i64,
) -> Result<SignedRoomMessage>Expand description
Same as sign_message but with an explicit timestamp — used by the
replay-window unit tests so the clock isn’t a hidden dependency.