crypto: Better grammar for a panic message.
parent
87d0102663
commit
0245782cf4
|
@ -899,7 +899,7 @@ impl OlmMachine {
|
|||
};
|
||||
|
||||
if session.expired() {
|
||||
panic!("Session is expired");
|
||||
panic!("Session expired");
|
||||
}
|
||||
|
||||
Ok(session.encrypt(content).await)
|
||||
|
|
Loading…
Reference in New Issue