add missing comment slash
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b26c593a2a
commit
27f61a2dee
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ enum MediaCommand {
|
||||||
/// - Deletes a codeblock list of MXC URLs from our database and on the filesystem
|
/// - Deletes a codeblock list of MXC URLs from our database and on the filesystem
|
||||||
DeleteList,
|
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 {
|
DeletePastRemoteMedia {
|
||||||
/// - The duration (at or after), e.g. "5m" to delete all media in the past 5 minutes
|
/// - The duration (at or after), e.g. "5m" to delete all media in the past 5 minutes
|
||||||
duration: String,
|
duration: String,
|
||||||
|
|
Loading…
Add table
Reference in a new issue