diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-03-25 22:41:27 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-03-25 22:41:27 -0400 |
| commit | 23e97b03fc95aabc0352774de25d18f003d0a890 (patch) | |
| tree | 7cee0c27e89f7f3f24450d07036be43ad801f5f5 /src/app | |
| parent | d259862e400693382385726909a833b99efe0a4f (diff) | |
| download | xesite-23e97b03fc95aabc0352774de25d18f003d0a890.tar.xz xesite-23e97b03fc95aabc0352774de25d18f003d0a890.zip | |
site update: Mimi
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config.rs b/src/app/config.rs index 746d5a4..fd0ac6b 100644 --- a/src/app/config.rs +++ b/src/app/config.rs @@ -99,7 +99,7 @@ pub struct Character { pub sticker_name: String, #[serde(rename = "defaultPose")] pub default_pose: String, - pub description: String, + pub description: MarkdownString, pub pronouns: PronounSet, pub stickers: Vec<String>, } |
