Example #1
0
void RecentChatService::remove(Chat chat) const
{
    chat.removeProperty(LAST_MESSAGE_DATE_TIME_PROPERTY);
    m_recentChatRepository->removeRecentChat(chat);
}