Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. diff --git a/src/core/ConversationModel.cpp b/src/core/ConversationModel.cpp
  2. index 06969f7..fedccbb 100644
  3. --- a/src/core/ConversationModel.cpp
  4. +++ b/src/core/ConversationModel.cpp
  5. @@ -111,6 +111,9 @@ void ConversationModel::sendMessage(const QString &text)
  6. message.status = Error;
  7. message.identifier = id;
  8. message.attemptCount++;
  9. +
  10. + // DEBUGGING ONLY: send identical message twice to test issue #515
  11. + channel->sendChatMessageWithId(text, QDateTime(), id);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement