Merge branch 'feat/notification-actions'

This commit is contained in:
FineFindus
2023-03-03 23:45:07 +01:00
parent 6756b36e87
commit cbcdf09bfe
3 changed files with 70 additions and 1 deletions

View File

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