aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/user.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 07:52:11 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 08:21:34 +0100
commit15faa6b95ffb5c64a56e212cf386c29fef56efc8 (patch)
treeb1eb9895f1452a1d1ff68ced65458c35c037a4c2 /filamento/src/user.rs
parent1e5d4b504901bbd8fbf884e0f006d5717e1bc88c (diff)
downloadluz-15faa6b95ffb5c64a56e212cf386c29fef56efc8.tar.gz
luz-15faa6b95ffb5c64a56e212cf386c29fef56efc8.tar.bz2
luz-15faa6b95ffb5c64a56e212cf386c29fef56efc8.zip
feat(filamento): `get_chats_ordered_with_latest_messages_and_users()`
Diffstat (limited to 'filamento/src/user.rs')
-rw-r--r--filamento/src/user.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/src/user.rs b/filamento/src/user.rs
index 3d5dcb4..8669fc3 100644
--- a/filamento/src/user.rs
+++ b/filamento/src/user.rs
@@ -5,5 +5,5 @@ pub struct User {
pub jid: JID,
pub nick: Option<String>,
pub avatar: Option<String>,
- pub cached_status_message: Option<String>,
+ // pub cached_status_message: Option<String>,
}