debug chzzk login 3

This commit is contained in:
dalbodeule 2025-01-09 00:04:52 +09:00
parent 0951169ce1
commit e653af7853
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -95,7 +95,7 @@ fun Routing.apiRoutes() {
} }
returnUsers.add(GetSessionDTO( returnUsers.add(GetSessionDTO(
status.content?.channel?.channelId ?: user.token, status.content?.channel?.channelId ?: user.username,
status.content?.channel?.channelName ?: user.token, status.content?.channel?.channelName ?: user.token,
status.content?.status == "OPEN", status.content?.status == "OPEN",
status.content?.channel?.channelImageUrl ?: "", status.content?.channel?.channelImageUrl ?: "",