feat(member): 팬심M 및 X URL 필드를 프로필 응답에 연동한다
This commit is contained in:
@@ -7,6 +7,8 @@ data class CreatorResponse(
|
||||
val tags: List<String>,
|
||||
val introduce: String = "",
|
||||
val instagramUrl: String? = null,
|
||||
val fancimmUrl: String? = null,
|
||||
val xUrl: String? = null,
|
||||
val youtubeUrl: String? = null,
|
||||
val websiteUrl: String? = null,
|
||||
val blogUrl: String? = null,
|
||||
|
||||
@@ -372,6 +372,8 @@ class ExplorerService(
|
||||
tags = creatorAccount.tags.asSequence().filter { it.tag.isActive }.map { it.tag.tag }.toList(),
|
||||
introduce = creatorAccount.introduce,
|
||||
instagramUrl = creatorAccount.instagramUrl,
|
||||
fancimmUrl = creatorAccount.fancimmUrl,
|
||||
xUrl = creatorAccount.xUrl,
|
||||
youtubeUrl = creatorAccount.youtubeUrl,
|
||||
websiteUrl = creatorAccount.websiteUrl,
|
||||
blogUrl = creatorAccount.blogUrl,
|
||||
|
||||
Reference in New Issue
Block a user