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

This commit is contained in:
tateisu 2021-05-19 15:25:35 +09:00
parent 451f0d9b25
commit 256865e0ce
1 changed files with 1 additions and 1 deletions

View File

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