Skip to content
Snippets Groups Projects
Commit 27f61a2d authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

add missing comment slash

parent b26c593a
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ enum MediaCommand { ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment