Render emojis when previewing post
This commit is contained in:
parent
8c5f7c4b0e
commit
beb110f696
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Show number of subscribers on subscription settings page.
|
- Show number of subscribers on subscription settings page.
|
||||||
|
- Render emojis when previewing post.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -192,7 +192,7 @@ export async function previewPost(
|
||||||
media_attachments: [],
|
media_attachments: [],
|
||||||
mentions: [],
|
mentions: [],
|
||||||
tags: [],
|
tags: [],
|
||||||
emojis: [],
|
emojis: data.emojis,
|
||||||
favourited: false,
|
favourited: false,
|
||||||
reblogged: false,
|
reblogged: false,
|
||||||
ipfs_cid: null,
|
ipfs_cid: null,
|
||||||
|
|
Loading…
Reference in a new issue