| 334 | } |
| 335 | |
| 336 | DateText Entry::chatListTimestampText( |
| 337 | TimeId date, |
| 338 | crl::time now) const { |
| 339 | return ResolveDateText(_chatListDateCache, date, now); |
| 340 | } |
| 341 | |
| 342 | void Entry::setChatListExistence(bool exists) { |
| 343 | if (exists && _sortKeyInChatList) { |
no test coverage detected