1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2024-12-03 20:30:12 +01:00

Fix restrict user join date

This commit is contained in:
Riko Sakurauchi 2020-03-31 03:11:56 +08:00 committed by NekoInverter
parent edf8691286
commit 7b9245773f
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9

View File

@ -11215,7 +11215,7 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
getMessagesController().loadChannelParticipants(currentChat.id);
}
}
if (chatFull.participants == null && chatInfo != null) {
if (chatInfo != null) {
chatFull.participants = chatInfo.participants;
}
}