fix(dm): creatorId 방 열기 thread를 보정한다

This commit is contained in:
2026-06-17 13:52:38 +09:00
parent 26f44dd448
commit 236b874e82
2 changed files with 20 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ class DmChatRoomViewModel(
val data = response.requireData()
repository.openRoom(token = authToken(), roomId = data.roomId)
}
.observeOn(AndroidSchedulers.mainThread())
.subscribe(
{ handleOpenRoomResult(it) },
{ handleError(it) }