feat(notification): add actions

This commit is contained in:
FineFindus
2023-02-25 23:19:41 +01:00
parent 94ed0c3f49
commit f404895b5c
3 changed files with 53 additions and 21 deletions

View File

@@ -2,5 +2,6 @@ package org.joinmastodon.android.model;
public enum NotificationAction {
FAVORITE,
REBLOG
REBLOG,
BOOKMARK,
}