Merge branch 'master'

This commit is contained in:
FineFindus
2023-02-18 21:56:45 +01:00
parent 529c1e2b07
commit 00ffe9c41e
3 changed files with 77 additions and 2 deletions

View File

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