mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Remove legacy #feed code.
This commit is contained in:
@@ -407,13 +407,6 @@ void PeerData::setUserpicChecked(
|
||||
if (_userpicPhotoId != photoId || _userpic.location() != location) {
|
||||
setUserpic(photoId, location);
|
||||
session().changes().peerUpdated(this, UpdateFlag::Photo);
|
||||
//if (const auto channel = asChannel()) { // #feed
|
||||
// if (const auto feed = channel->feed()) {
|
||||
// owner().notifyFeedUpdated(
|
||||
// feed,
|
||||
// Data::FeedUpdateFlag::ChannelPhoto);
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user