8dcdfe4
91f1994
68a7d13
1 2
3
4
5
6
7
8
use jid::JID; #[derive(Debug, sqlx::FromRow, Clone)] pub struct User { pub jid: JID, pub nick: Option<String>, pub cached_status_message: Option<String>, }