fix: Join Request Error Notice
This commit is contained in:
parent
e3cba4839d
commit
0fa4840f24
@ -486,6 +486,12 @@ public class AlertsCreator {
|
||||
showSimpleToast(fragment, error.text);
|
||||
break;
|
||||
}
|
||||
} else if (request instanceof TLRPC.TL_messages_hideChatJoinRequest) {
|
||||
if ("USER_CHANNELS_TOO_MUCH".equals(error.text)) {
|
||||
showAddUserAlert(error.text, fragment, true, request);
|
||||
} else {
|
||||
showSimpleToast(fragment, error.text);
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user