Show joined for megagroup
This commit is contained in:
parent
19034c0b8e
commit
8d0a5aec43
@ -2821,10 +2821,10 @@ public class ChatUsersActivity extends BaseFragment implements NotificationCente
|
||||
boolean showJoined = false;
|
||||
if (position >= participantsStartRow && position < participantsEndRow) {
|
||||
lastRow = participantsEndRow;
|
||||
showJoined = ChatObject.isChannel(currentChat) && !currentChat.megagroup;
|
||||
showJoined = ChatObject.isChannel(currentChat);
|
||||
} else if (position >= contactsStartRow && position < contactsEndRow) {
|
||||
lastRow = contactsEndRow;
|
||||
showJoined = ChatObject.isChannel(currentChat) && !currentChat.megagroup;
|
||||
showJoined = ChatObject.isChannel(currentChat);
|
||||
} else {
|
||||
lastRow = botEndRow;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user