Show stories from channels in story lists.
This commit is contained in:
parent
e59a832e10
commit
08fc889997
@ -3958,8 +3958,9 @@ bool StoryManager::is_subscribed_to_dialog_stories(DialogId owner_dialog_id) con
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return td_->contacts_manager_->is_user_contact(owner_dialog_id.get_user_id());
|
return td_->contacts_manager_->is_user_contact(owner_dialog_id.get_user_id());
|
||||||
case DialogType::Chat:
|
|
||||||
case DialogType::Channel:
|
case DialogType::Channel:
|
||||||
|
return td_->contacts_manager_->get_channel_status(owner_dialog_id.get_channel_id()).is_member();
|
||||||
|
case DialogType::Chat:
|
||||||
case DialogType::SecretChat:
|
case DialogType::SecretChat:
|
||||||
case DialogType::None:
|
case DialogType::None:
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user