mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-03 04:07:53 +00:00
feat: ActorのMapperの修正
This commit is contained in:
@@ -31,6 +31,7 @@ class UserResultRowMapper(private val actorBuilder: Actor.UserBuilder) : ResultR
|
|||||||
followersCount = resultRow[Actors.followersCount],
|
followersCount = resultRow[Actors.followersCount],
|
||||||
postsCount = resultRow[Actors.postsCount],
|
postsCount = resultRow[Actors.postsCount],
|
||||||
lastPostDate = resultRow[Actors.lastPostAt],
|
lastPostDate = resultRow[Actors.lastPostAt],
|
||||||
|
emojis = resultRow[Actors.emojis].split(",").filter { it.isNotEmpty() }.map { it.toLong() }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user