@@ -0,0 +1,8 @@
package ru.soune.nocopy.entity.file;
public enum FileStatus {
ACTIVE,
DELETED,
PROCESSING,
ERROR
}
The note is not visible to the blocked user.