Reporting
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.joinmastodon.android.model;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public enum ReportReason{
|
||||
PERSONAL,
|
||||
@SerializedName("spam")
|
||||
SPAM,
|
||||
@SerializedName("violation")
|
||||
VIOLATION,
|
||||
@SerializedName("other")
|
||||
OTHER
|
||||
}
|
||||
Reference in New Issue
Block a user