forked from jmug/stoatchat
Database: Add user settings sync entity.
Run cargo fmt.
This commit is contained in:
3
src/database/entities/sync.rs
Normal file
3
src/database/entities/sync.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
pub type UserSettings = HashMap<String, (i64, String)>;
|
||||
Reference in New Issue
Block a user