fix reporting (#3607)
This commit is contained in:
parent
a04c6177a5
commit
5abd3dc9fe
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ interface MastodonApi {
|
|||
|
||||
@FormUrlEncoded
|
||||
@POST("api/v1/reports")
|
||||
fun report(
|
||||
suspend fun report(
|
||||
@Field("account_id") accountId: String,
|
||||
@Field("status_ids[]") statusIds: List<String>,
|
||||
@Field("comment") comment: String,
|
||||
|
|
Loading…
Reference in a new issue