| 5249 | } |
| 5250 | |
| 5251 | not_null<Dialogs::IndexedList*> Session::contactsNoChatsList() { |
| 5252 | return &_contactsNoChatsList; |
| 5253 | } |
| 5254 | |
| 5255 | void Session::refreshChatListEntry(Dialogs::Key key) { |
| 5256 | Expects(key.entry()->folderKnown()); |
no outgoing calls
no test coverage detected