mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-01 17:38:36 +00:00
style(presence): reformat with cargo fmt
This commit is contained in:
parent
8efcec6283
commit
5bdc031263
1 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,8 @@ use ruma::{
|
||||||
federation::{
|
federation::{
|
||||||
self,
|
self,
|
||||||
transactions::edu::{
|
transactions::edu::{
|
||||||
DeviceListUpdateContent, Edu, ReceiptContent, ReceiptData, ReceiptMap, PresenceUpdate, PresenceContent,
|
DeviceListUpdateContent, Edu, PresenceContent, PresenceUpdate, ReceiptContent,
|
||||||
|
ReceiptData, ReceiptMap,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
OutgoingRequest,
|
OutgoingRequest,
|
||||||
|
@ -304,7 +305,7 @@ impl Service {
|
||||||
};
|
};
|
||||||
|
|
||||||
events.push(
|
events.push(
|
||||||
serde_json::to_vec(&Edu::Presence(presence_content))
|
serde_json::to_vec(&Edu::Presence(presence_content))
|
||||||
.expect("presence json can be serialized"),
|
.expect("presence json can be serialized"),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue