Skip to content

(fix) Saving media through the Save action.

Brian Hatchet requested to merge brianhatchet/engine:nsfw_lock_video into master

Our media upload was still saving entities directly. So uploaded posts were getting tagged with NSFW locks, but the uploaded media was still sneaking through.

Added the save action

Brought over some settings into the settings.example.php

Merge request reports