chore: DatabaseConnection -> DbConn
This commit is contained in:
parent
af2b19709e
commit
3b42d25ee8
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ fn compact_content(
|
|||
|
||||
async fn encode_mastodon_payload(
|
||||
mut content: serde_json::Value,
|
||||
db: &DatabaseConnection,
|
||||
db: &DbConn,
|
||||
subscription: &sw_subscription::Model,
|
||||
) -> Result<String, Error> {
|
||||
let object = content
|
||||
|
|
Loading…
Reference in a new issue