This commit is contained in:
phiresky 2024-07-17 01:00:06 +02:00
parent b487fa0437
commit 80e0318810

View file

@ -18,7 +18,8 @@ use tokio_util::sync::CancellationToken;
pub(crate) struct SendSuccessInfo {
pub activity_id: ActivityId,
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,
}
impl PartialEq for SendSuccessInfo {