mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-20 03:05:01 +01:00
objectId instead of objectType
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
c185563794
commit
354b107e1c
@ -684,7 +684,7 @@ class ChatActivity :
|
||||
}
|
||||
}
|
||||
|
||||
if (currentConversation?.objectType == ConversationEnums.ObjectType.PHONE &&
|
||||
if (currentConversation?.objectId == "phone" &&
|
||||
hasSpreedFeatureCapability(
|
||||
conversationUser?.capabilities!!.spreedCapability!!,
|
||||
SpreedFeatures.UNBIND_CONVERSATION
|
||||
|
Loading…
Reference in New Issue
Block a user