|
|
|
@ -523,6 +523,8 @@ async fn send_notice( |
|
|
|
Ok(()) |
|
|
|
Ok(()) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// Internal Notifications struct to avoid liftime errors when batching
|
|
|
|
|
|
|
|
/// the futures.
|
|
|
|
#[derive(Debug, Default)] |
|
|
|
#[derive(Debug, Default)] |
|
|
|
struct Notice { |
|
|
|
struct Notice { |
|
|
|
event_id: Option<EventId>, |
|
|
|
event_id: Option<EventId>, |
|
|
|
|