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