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:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user