feat(notifications/action): remove notfication after action

This commit is contained in:
FineFindus
2023-02-26 21:56:18 +01:00
parent 50362d630b
commit 0b58d19811
2 changed files with 15 additions and 12 deletions

View File

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