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:
parent
edf8691286
commit
7b9245773f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user