v0.1.1
Features
Custom emojis are now supported! example:
{
"ancestors": [],
"descendants": [
{
...
"content": "This is a test message :acat_chew:",
"emojis": [
{
"shortcode": "acat_chew",
"url": "https://example.com/emoji/mergans_cats/acat_chew.webp",
"static_url": "https://example.com/emoji/mergans_cats/acat_chew.webp",
"visible_in_picker": false
}
],
...
}
]
}
Chore
Now update to the x86-64-v3
target for x86_64
builds. 6660120
Full Changelog: v0.1.0...v0.1.1