mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +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],
|
||||
postsCount = resultRow[Actors.postsCount],
|
||||
lastPostDate = resultRow[Actors.lastPostAt],
|
||||
emojis = resultRow[Actors.emojis].split(",").filter { it.isNotEmpty() }.map { it.toLong() }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user