updated to 22.0.2

This commit is contained in:
Fr4nz D13trich 2025-10-08 13:14:29 +02:00
parent 7fbf1db963
commit df332bafd8
19 changed files with 75 additions and 175 deletions

View file

@ -60,7 +60,7 @@ class ContextChatViewModel @Inject constructor(private val chatNetworkDataSource
token = token,
messageId = messageId,
limit = LIMIT,
threadId = threadId?.toInt()
threadId = threadId?.toIntOrNull()
)
if (threadId.isNullOrEmpty()) {