mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
format
This commit is contained in:
parent
b487fa0437
commit
80e0318810
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ use tokio_util::sync::CancellationToken;
|
||||||
pub(crate) struct SendSuccessInfo {
|
pub(crate) struct SendSuccessInfo {
|
||||||
pub activity_id: ActivityId,
|
pub activity_id: ActivityId,
|
||||||
pub published: Option<DateTime<Utc>>,
|
pub published: Option<DateTime<Utc>>,
|
||||||
// true if the activity was skipped because the target instance is not interested in this activity
|
// true if the activity was skipped because the target instance is not interested in this
|
||||||
|
// activity
|
||||||
pub was_skipped: bool,
|
pub was_skipped: bool,
|
||||||
}
|
}
|
||||||
impl PartialEq for SendSuccessInfo {
|
impl PartialEq for SendSuccessInfo {
|
||||||
|
|
Loading…
Reference in a new issue