Skip to content
Snippets Groups Projects
Commit 9c90a241 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

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

parents ce0b551c 573f0165
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment