[Sprint/LuckyLizard](fix): Moved nsfw entity/attachment propegation so it executes.
If this is set before execution of $attachment->setNsfw($activity->getNsfw());
Then the activity->getNsfw()
returns null
, and thus it isn't set.
Both of these occurrences appear to be unneeded as the change works.
Note
I am not able to discern why this was called twice to start with, so this will need thorough testing.
added MR::Awaiting Review Squad::Green scoped labels
added 7 commits
- fe44502f...8e6942b6 - 6 commits from branch
master
- 5c21fd6a - Merge remote-tracking branch 'origin/master' into fix/nsfw-attachment-propegation-1443
- fe44502f...8e6942b6 - 6 commits from branch
added 1 commit
- 1a77601e - Revert "Revert "Merge remote-tracking branch 'origin/master' into...
closed
Please register or sign in to reply