mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-02-04 04:37:40 +01:00
プロフカラムを見れないバグを修正
This commit is contained in:
parent
451f0d9b25
commit
256865e0ce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user