fix cargo doc lint

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-02 16:57:55 -05:00 committed by June
parent d5bfef18a4
commit 93cc98a04c

View file

@ -97,7 +97,7 @@ enum MediaCommand {
/// - Deletes a codeblock list of MXC URLs from our database and on the filesystem
DeleteList,
/// - Deletes all remote media in the last <x> amount of time using filesystem metadata first created at date.
/// - Deletes all remote media in the last X amount of time using filesystem metadata first created at date.
DeletePastRemoteMedia {
/// - The duration (at or after), e.g. "5m" to delete all media in the past 5 minutes
duration: String,