diff --git a/include/transport/conversationmanager.h b/include/transport/conversationmanager.h index c3900b95c3cba07268b3b2ad91d9269197df4ff6..0ef2842f8cb6698e31380d399d645631ab04d9d7 100644 --- a/include/transport/conversationmanager.h +++ b/include/transport/conversationmanager.h @@ -59,6 +59,8 @@ class ConversationManager { /// \return Conversation or NULL. Conversation *getConversation(const std::string &name); + void sendCachedChatMessages(); + /// Adds new Conversation to the manager. /// \param conv Conversation.