mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Start hiding stories from chats list.
This commit is contained in:
@@ -321,6 +321,10 @@ bool UserData::hasPersonalPhoto() const {
|
||||
return (flags() & UserDataFlag::PersonalPhoto);
|
||||
}
|
||||
|
||||
bool UserData::hasStoriesHidden() const {
|
||||
return (flags() & UserDataFlag::StoriesHidden);
|
||||
}
|
||||
|
||||
bool UserData::canAddContact() const {
|
||||
return canShareThisContact() && !isContact();
|
||||
}
|
||||
|
Reference in New Issue
Block a user