mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-07 21:09:46 +01:00
fix group mentions
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
82109fe364
commit
d3051325d3
@ -1215,10 +1215,13 @@ class ChatActivity :
|
|||||||
|
|
||||||
lifecycleScope.launch {
|
lifecycleScope.launch {
|
||||||
chatViewModel.userGroups.collect { userGroups ->
|
chatViewModel.userGroups.collect { userGroups ->
|
||||||
chatViewModel.userCircles.collect { userCircles ->
|
messageUtils.setUserGroups(userGroups)
|
||||||
messageUtils.setUserData(userGroups, userCircles)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
lifecycleScope.launch {
|
||||||
|
chatViewModel.userCircles.collect { userCircles ->
|
||||||
|
messageUtils.setUserCircles(userCircles)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user