regen everything with fixed Send for Delegate

This commit is contained in:
Sebastian Thiel
2021-04-14 16:58:44 +08:00
parent df5f102bd4
commit 0adccb51c5
2503 changed files with 10534 additions and 10534 deletions

View File

@@ -105,7 +105,7 @@ pub struct ServerMessage {
///
/// It contains methods to deal with all common issues, as well with the ones related to
/// uploading media
pub trait Delegate {
pub trait Delegate: Send {
/// Called at the beginning of any API request. The delegate should store the method
/// information if he is interesting in knowing more context when further calls to it
/// are made.