Allow to check delivery status for incoming messages in group chat rooms
This commit is contained in:
parent
ff98c8580a
commit
15795cad30
1 changed files with 1 additions and 2 deletions
|
@ -501,8 +501,7 @@ public class ChatMessagesFragment extends Fragment
|
|||
inflater.inflate(R.menu.chat_bubble_menu, menu);
|
||||
}
|
||||
|
||||
if (!message.isOutgoing()
|
||||
|| mChatRoom.hasCapability(ChatRoomCapabilities.OneToOne.toInt())) {
|
||||
if (mChatRoom.hasCapability(ChatRoomCapabilities.OneToOne.toInt())) {
|
||||
// Do not show incoming messages IDMN state in 1 to 1 chat room as we don't receive IMDN
|
||||
// for them
|
||||
menu.removeItem(R.id.imdn_infos);
|
||||
|
|
Loading…
Reference in a new issue