2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Pass context chat from one webview to another.

This commit is contained in:
John Preston
2023-08-15 15:01:18 +02:00
parent 87f52cf7df
commit d57d95c53f
7 changed files with 33 additions and 7 deletions

View File

@@ -345,7 +345,8 @@ void Stories::parseAndApply(const MTPUserStories &stories) {
}
sort(list);
};
if (result.user->isBot()
if (result.user->isSelf()
|| result.user->isBot()
|| result.user->isServiceUser()
|| result.user->isContact()) {
const auto hidden = result.user->hasStoriesHidden();