mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-24 04:36:49 +01:00
Allow check_message for non-member channels/SGs
This commit is contained in:
parent
537ccf2148
commit
b99c85a726
@ -3652,7 +3652,8 @@ bool Client::have_message_access(int64 chat_id) const {
|
||||
case ChatInfo::Type::Supergroup: {
|
||||
auto supergroup_info = get_supergroup_info(chat_info->supergroup_id);
|
||||
CHECK(supergroup_info != nullptr);
|
||||
return is_chat_member(supergroup_info->status);
|
||||
return true;
|
||||
// return is_chat_member(supergroup_info->status);
|
||||
}
|
||||
case ChatInfo::Type::Unknown:
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user