1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-04 12:47:48 +01:00

プロフカラムを見れないバグを修正

This commit is contained in:
tateisu 2021-05-19 15:25:35 +09:00
parent 451f0d9b25
commit 256865e0ce

View File

@ -134,7 +134,7 @@ suspend fun Column.loadProfileAccount(client: TootApiClient, parser: TootParser,
} }
else -> client.request( else -> client.request(
"/api/v1/accounts/%{profile_id}" "/api/v1/accounts/${profile_id}"
)?.also { result1 -> )?.also { result1 ->
TootAccountRef.mayNull(parser, parser.account(result1.jsonObject))?.also { a -> TootAccountRef.mayNull(parser, parser.account(result1.jsonObject))?.also { a ->
this.who_account = a this.who_account = a