diff --git a/Cargo.lock b/Cargo.lock index d6e9d6e..0d87cde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,7 +2462,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reminder-rs" -version = "1.7.32" +version = "1.7.32-1" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2b0ab07..2665b3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.32" +version = "1.7.32-1" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only" diff --git a/src/web/routes/dashboard/export.rs b/src/web/routes/dashboard/export.rs index 4e096f1..fbbaecb 100644 --- a/src/web/routes/dashboard/export.rs +++ b/src/web/routes/dashboard/export.rs @@ -60,7 +60,7 @@ pub async fn export_reminders( reminders.embed_image_url, reminders.embed_thumbnail_url, reminders.embed_title, - reminders.embed_fields, + CONVERT(CAST(embed_fields AS BINARY) USING utf8mb4) AS embed_fields, reminders.enabled, reminders.expires, reminders.interval_seconds,