feat(notifications/action): add unboost action

This commit is contained in:
FineFindus
2023-02-26 20:50:03 +01:00
parent 360cd7b5df
commit a051e636e6
3 changed files with 21 additions and 22 deletions

View File

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