Merge tag 'v2.1.0' into deb/bookworm

Hotfix for Attachment decode error
This commit is contained in:
2025-06-12 17:48:09 -05:00

View File

@@ -9,7 +9,7 @@ pub struct Attachment {
name: String,
size: i64,
download_count: i64,
created: String, // TODO: Date-time struct
created_at: String, // TODO: Date-time struct
uuid: String,
download_url: String,
browser_download_url: String,
}