This PR adds a new `CloudUserStore` for storing information about the user retrieved from Cloud instead of Collab. Release Notes: - N/A
4 lines
40 B
Rust
4 lines
40 B
Rust
mod user_store;
|
|
|
|
pub use user_store::*;
|