updateUserConnectionStatus

abstract suspend fun updateUserConnectionStatus(userUuid: String, isOnline: Boolean, userAddress: String?)

Updates the online status and user address for a conversation based on the user UUID.

Parameters

userUuid

The UUID of the user.

isOnline

Whether the user is currently online.

userAddress

The user's network address (nullable).