forked from jmug/stoatchat
chore(monorepo): delta, january, quark
This commit is contained in:
6
crates/quark/src/models/users/user_settings.rs
Normal file
6
crates/quark/src/models/users/user_settings.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
/// HashMap of user settings
|
||||
/// Each key is mapped to a tuple consisting of the
|
||||
/// revision timestamp and serialised data (in JSON format)
|
||||
pub type UserSettings = HashMap<String, (i64, String)>;
|
||||
Reference in New Issue
Block a user