feat(notifications/actions): add reply action

Closes https://github.com/LucasGGamerM/moshidon/issues/104
This commit is contained in:
FineFindus
2023-03-03 23:45:07 +01:00
parent 1b7a257a48
commit 50601853f5
3 changed files with 69 additions and 1 deletions

View File

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