update User Connection Status
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
user Uuid
The UUID of the user.
is Online
Whether the user is currently online.
user Address
The user's network address (nullable).