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
|
||||
|
||||
- Show number of subscribers on subscription settings page.
|
||||
- Render emojis when previewing post.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@ export async function previewPost(
|
|||
media_attachments: [],
|
||||
mentions: [],
|
||||
tags: [],
|
||||
emojis: [],
|
||||
emojis: data.emojis,
|
||||
favourited: false,
|
||||
reblogged: false,
|
||||
ipfs_cid: null,
|
||||
|
|
Loading…
Reference in a new issue