Updated source form

This commit is contained in:
Kieran Eglin 2024-07-19 16:26:20 -07:00
parent 5727a83287
commit e9884231d8
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 1 additions and 2 deletions

View file

@ -50,7 +50,6 @@ defmodule Pinchflat.Downloading.MediaRetentionWorker do
end
defp delete_media_items_from_before_cutoff do
# TODO: update the source form to explain this new behavior
deletable_media =
MediaQuery.new()
|> MediaQuery.require_assoc(:source)

View file

@ -94,7 +94,7 @@
maxlength="10"
pattern="((?:19|20)[0-9][0-9])-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])"
title="YYYY-MM-DD"
help="Only download media uploaded after this date. Leave blank to download all media. Must be in YYYY-MM-DD format"
help="Only download media uploaded after this date. Leave blank to download all media. Must be in YYYY-MM-DD format. Old media may be deleted or downloaded if you change this date"
/>
<.input