mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-27 07:21:12 +00:00
fix: APに配信するアイコンのURLを修正
This commit is contained in:
+4
-4
@@ -58,8 +58,8 @@ class APUserServiceImpl(
|
||||
url = userUrl,
|
||||
icon = Image(
|
||||
type = emptyList(),
|
||||
mediaType = "image/png",
|
||||
url = "$userUrl/icon.png"
|
||||
mediaType = "image/jpeg",
|
||||
url = "$userUrl/icon.jpg"
|
||||
),
|
||||
publicKey = Key(
|
||||
id = userEntity.keyId,
|
||||
@@ -124,8 +124,8 @@ class APUserServiceImpl(
|
||||
url = id,
|
||||
icon = Image(
|
||||
type = emptyList(),
|
||||
mediaType = "image/png",
|
||||
url = "$id/icon.png"
|
||||
mediaType = "image/jpeg",
|
||||
url = "$id/icon.jpg"
|
||||
),
|
||||
publicKey = Key(
|
||||
id = userEntity.keyId,
|
||||
|
||||
Reference in New Issue
Block a user