mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 22:21:09 +08:00
Add post and tag review workflow
This commit is contained in:
@@ -10,6 +10,8 @@ public enum NotificationType {
|
||||
COMMENT_REPLY,
|
||||
/** Someone reacted to your post or comment */
|
||||
REACTION,
|
||||
/** A new post is waiting for review */
|
||||
POST_REVIEW_REQUEST,
|
||||
/** Your post under review was approved or rejected */
|
||||
POST_REVIEWED,
|
||||
/** A subscribed post received a new comment */
|
||||
|
||||
@@ -26,4 +26,7 @@ public class Tag {
|
||||
|
||||
@Column(name = "description", nullable = false)
|
||||
private String description;
|
||||
|
||||
@Column(nullable = false)
|
||||
private boolean approved = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user