feat(notifications/action): remove notfication after action

This commit is contained in:
FineFindus
2023-02-26 21:56:18 +01:00
parent a051e636e6
commit 4187da9168
2 changed files with 15 additions and 12 deletions

View File

@@ -5,5 +5,4 @@ public enum NotificationAction {
BOOST,
UNBOOST,
BOOKMARK,
REPLY,
}