@kaiyou It doesn't matter if its random, only the user who uploaded it will be able to see it. Its not a direct link to the file.
Conversation
Notices
-
dansup (dansup@mastodon.social)'s status on Sunday, 21-Oct-2018 15:04:50 JST
dansup
-
dansup (dansup@mastodon.social)'s status on Sunday, 21-Oct-2018 14:33:19 JST
dansup
With the new compose UI shipping soon, I had to consider the side effects of uploading before creating the post.
One of them is potential abuse, so each uploaded media uses a signed url only visible to that user, until they publish the post.
Media not assigned to a post will be deleted after 6 hours.
-
dansup (dansup@mastodon.social)'s status on Sunday, 21-Oct-2018 15:11:34 JST
dansup
@kaiyou Generation: https://github.com/pixelfed/pixelfed/blob/frontend-ui-refactor/app/Http/Controllers/Api/BaseApiController.php#L187-L189
-