Merge pull request #123 from dalbodeule/debug

debug done
This commit is contained in:
JinU Choi 2025-01-09 00:12:01 +09:00 committed by GitHub
commit 22d97c6604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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