Skip to content

Commit 4d226e0

Browse files
authored
Merge pull request #181 from justcool393/bugfix-add-new-modactiontypes
Fix #180.
2 parents e3e1d94 + 53e2c2d commit 4d226e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RedditSharp/Moderator Actions/ModActionType.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ public enum ModActionType
4747
DeleteRule,
4848
Spoiler,
4949
UnSpoiler,
50-
Modmail_Enrollment
50+
Modmail_Enrollment,
51+
Community_Styling,
52+
Community_Widgets,
53+
MarkOriginalContent,
5154
}
5255
}
5356
#pragma warning restore 1591

0 commit comments

Comments
 (0)