mirror of https://github.com/usbharu/Hideout.git
fix: APに配信するアイコンのURLを修正
This commit is contained in:
parent
ff4d605480
commit
8eab0be498
|
@ -58,8 +58,8 @@ class APUserServiceImpl(
|
||||||
url = userUrl,
|
url = userUrl,
|
||||||
icon = Image(
|
icon = Image(
|
||||||
type = emptyList(),
|
type = emptyList(),
|
||||||
mediaType = "image/png",
|
mediaType = "image/jpeg",
|
||||||
url = "$userUrl/icon.png"
|
url = "$userUrl/icon.jpg"
|
||||||
),
|
),
|
||||||
publicKey = Key(
|
publicKey = Key(
|
||||||
id = userEntity.keyId,
|
id = userEntity.keyId,
|
||||||
|
@ -124,8 +124,8 @@ class APUserServiceImpl(
|
||||||
url = id,
|
url = id,
|
||||||
icon = Image(
|
icon = Image(
|
||||||
type = emptyList(),
|
type = emptyList(),
|
||||||
mediaType = "image/png",
|
mediaType = "image/jpeg",
|
||||||
url = "$id/icon.png"
|
url = "$id/icon.jpg"
|
||||||
),
|
),
|
||||||
publicKey = Key(
|
publicKey = Key(
|
||||||
id = userEntity.keyId,
|
id = userEntity.keyId,
|
||||||
|
|
Loading…
Reference in New Issue