mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-16 15:10:01 +00:00
Add removal todo
This commit is contained in:
parent
f4c34e473c
commit
cb5a782856
@ -13,9 +13,9 @@ pub struct LogosAccount {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl LogosAccount {
|
impl LogosAccount {
|
||||||
/// Create an LogosAccount using a pre-defined identifier.
|
/// Create a test LogosAccount using a pre-defined identifier.
|
||||||
/// This should only be used in test scenarios where the identifiers can be chosen
|
/// This should only be used during MLS integration. Not suitable for production use.
|
||||||
/// to ensure no conflicts between instances. Not suitable for production use.
|
/// TODO: (P1) Remove once implementation is ready.
|
||||||
pub fn new_test(explicit_id: impl Into<String>) -> Self {
|
pub fn new_test(explicit_id: impl Into<String>) -> Self {
|
||||||
let signing_key = Ed25519SigningKey::generate();
|
let signing_key = Ed25519SigningKey::generate();
|
||||||
let verifying_key = signing_key.verifying_key();
|
let verifying_key = signing_key.verifying_key();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user