fix reporting (#3607)

This commit is contained in:
Konrad Pozniak 2023-05-02 18:20:02 +02:00 committed by GitHub
parent a04c6177a5
commit 5abd3dc9fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,