use-server-side-mfm (#133)

Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/133
This commit is contained in:
floatingghost 2022-08-18 03:14:38 +00:00
parent e61228b031
commit 2d85ee6a08
6 changed files with 13 additions and 18 deletions

View file

@ -282,7 +282,6 @@ export const parseStatus = (data) => {
const { akkoma } = data
if (akkoma && akkoma.source) {
output.media_type = akkoma.source.mediaType
output.source_content = akkoma.source.content
}
}