Render emojis when previewing post

This commit is contained in:
silverpill 2023-01-21 23:05:54 +00:00
parent 8c5f7c4b0e
commit beb110f696
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -192,7 +192,7 @@ export async function previewPost(
media_attachments: [],
mentions: [],
tags: [],
emojis: [],
emojis: data.emojis,
favourited: false,
reblogged: false,
ipfs_cid: null,