feat(notifications/action): add unboost action
This commit is contained in:
@@ -2,6 +2,8 @@ package org.joinmastodon.android.model;
|
||||
|
||||
public enum NotificationAction {
|
||||
FAVORITE,
|
||||
REBLOG,
|
||||
BOOST,
|
||||
UNBOOST,
|
||||
BOOKMARK,
|
||||
REPLY,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user