We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f8813 commit 28c6ef3Copy full SHA for 28c6ef3
1 file changed
Refresh.Common/Constants/LevelPrefixes.cs
@@ -28,7 +28,9 @@ public static Dictionary<string, string> ExtractAttributes(string description)
28
/// </summary>
29
public static readonly string[] ReuploadKeywords = {
30
"(reupload)", "[reupload]",
31
+ "(reuploaded)", "[reuploaded]",
32
"(archive)", "[archive]",
33
+ "(archived)", "[archived]",
34
"(republish)", "[republish]",
35
"(republished)", "[republished]",
36
};
0 commit comments