Merge branch 'feat/notification-actions'

This commit is contained in:
FineFindus
2023-02-25 23:19:41 +01:00
parent 7ea42c8403
commit 73481f4a1f
2 changed files with 59 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package org.joinmastodon.android.model;
public enum NotificationAction {
FAVORITE,
REBLOG,
BOOKMARK,
}