-
- Downloads
conversation_module: avoid two one to one requests
This allow to avoid to get a duplicate if a contact is added, removed and re-added (as it will generate two conversations). The first one is automatically declined and replaced by the new one. GitLab: #855 Change-Id: I67d51d2286aaee3b29c9e9bdbcb10aa45f40aa26
Showing
- src/jamidht/conversation.h 7 additions, 0 deletionssrc/jamidht/conversation.h
- src/jamidht/conversation_module.cpp 39 additions, 15 deletionssrc/jamidht/conversation_module.cpp
- test/unitTest/conversation/conversationMembersEvent.cpp 59 additions, 0 deletionstest/unitTest/conversation/conversationMembersEvent.cpp
- test/unitTest/syncHistory/syncHistory.cpp 4 additions, 2 deletionstest/unitTest/syncHistory/syncHistory.cpp
Loading
Please register or sign in to comment