refactor: Remove unused `statusAsync` function
This commit is contained in:
parent
7b7c304f61
commit
249718edf3
|
@ -229,11 +229,6 @@ interface MastodonApi {
|
|||
@Body editedStatus: NewStatus,
|
||||
): NetworkResult<Status>
|
||||
|
||||
@GET("api/v1/statuses/{id}")
|
||||
suspend fun statusAsync(
|
||||
@Path("id") statusId: String,
|
||||
): NetworkResult<Status>
|
||||
|
||||
@GET("api/v1/statuses/{id}/source")
|
||||
suspend fun statusSource(
|
||||
@Path("id") statusId: String,
|
||||
|
|
Loading…
Reference in New Issue