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

Comment out non-folder feed code.

This commit is contained in:
John Preston
2019-04-15 15:54:03 +04:00
parent 905a024aed
commit 9bf8a8108d
57 changed files with 1392 additions and 1459 deletions

View File

@@ -55,8 +55,8 @@ public:
History *history() const {
return _id.history();
}
Data::Feed *feed() const {
return _id.feed();
Data::Folder *folder() const {
return _id.folder();
}
not_null<Entry*> entry() const {
return _id.entry();