feat(notification): add actions
This commit is contained in:
@@ -2,5 +2,6 @@ package org.joinmastodon.android.model;
|
||||
|
||||
public enum NotificationAction {
|
||||
FAVORITE,
|
||||
REBLOG
|
||||
REBLOG,
|
||||
BOOKMARK,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user