2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add group/ungroup action in channel peer menu.

This commit is contained in:
John Preston
2018-01-23 19:51:12 +03:00
parent ced0c4d8f0
commit 65df137610
24 changed files with 347 additions and 118 deletions

View File

@@ -1426,7 +1426,7 @@ not_null<Data::Feed*> Session::feed(FeedId id) {
}
const auto [it, ok] = _feeds.emplace(
id,
std::make_unique<Data::Feed>(id));
std::make_unique<Data::Feed>(id, this));
return it->second.get();
}