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

Use "Feed" name for chats list index and search.

This commit is contained in:
John Preston
2018-01-22 12:33:09 +03:00
parent 89941a8e83
commit 4527c03c0d
26 changed files with 178 additions and 136 deletions

View File

@@ -61,9 +61,6 @@ public:
not_null<Entry*> entry() const {
return _id.entry();
}
QString name() const {
return _id.name();
}
int pos() const {
return _pos;
}