aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 06:07:37 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 06:07:37 +0100
commit76b148011e5c974ab20466d873f11c2c460c9351 (patch)
tree8dc9b3da249715d3ebe29c5c2e9366480d416768 /filamento/src/lib.rs
parente49b4e5ea59079fdf047d3d2eb63ddb895c3b0eb (diff)
downloadluz-76b148011e5c974ab20466d873f11c2c460c9351.tar.gz
luz-76b148011e5c974ab20466d873f11c2c460c9351.tar.bz2
luz-76b148011e5c974ab20466d873f11c2c460c9351.zip
feat(filamento): return from: `User` with `Message` on new message
Diffstat (limited to 'filamento/src/lib.rs')
-rw-r--r--filamento/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/filamento/src/lib.rs b/filamento/src/lib.rs
index 974901c..2764ef1 100644
--- a/filamento/src/lib.rs
+++ b/filamento/src/lib.rs
@@ -166,6 +166,7 @@ pub enum UpdateMessage {
// MessageDispatched(Uuid),
Message {
to: JID,
+ from: User,
message: Message,
},
MessageDelivery {