1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2025-01-07 11:35:02 +01:00

Merge branch 'fix/no-nsfw-in-repeats' into develop

This commit is contained in:
shpuld 2018-04-16 18:24:31 +03:00
commit 9c90a24133

View File

@ -44,6 +44,9 @@ export const prepareStatus = (status) => {
// Parse nsfw tags
if (status.nsfw === undefined) {
status.nsfw = isNsfw(status)
if (status.retweeted_status) {
status.retweeted_status.nsfw = status.nsfw
}
}
// Set deleted flag