mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-12 14:50:18 +01:00
Fix myself missing in group participants
This commit is contained in:
parent
edd2b3f224
commit
078720aeeb
@ -4151,7 +4151,7 @@ public class ProfileActivity extends BaseFragment implements NotificationCenter.
|
||||
participant.inviter_id = participant.channelParticipant.inviter_id;
|
||||
participant.user_id = MessageObject.getPeerId(participant.channelParticipant.peer);
|
||||
participant.date = participant.channelParticipant.date;
|
||||
if (participant.user_id != 0 && participantsMap.indexOfKey(participant.user_id) < 0) {
|
||||
if (participantsMap.indexOfKey(participant.user_id) < 0) {
|
||||
if (chatInfo.participants == null) {
|
||||
chatInfo.participants = new TLRPC.TL_chatParticipants();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user