kalium
common
persistence
/
com.wire.kalium.persistence.dao.conversation
/
ConversationDAO
/
getConversationsByUserId
get
Conversations
By
User
Id
abstract
suspend
fun
getConversationsByUserId
(
userId
:
UserIDEntity
)
:
List
<
ConversationEntity
>