@@ -0,0 +1,9 @@
package ru.soune.nocopy.entity.file;
public enum AppealStatus {
PENDING,
IN_REVIEW,
APPROVED,
REJECTED,
EXPIRED
}
The note is not visible to the blocked user.