-
- Downloads
swarm: retrieve old swarm for one to one when possible
With this patch, contact left is removed in one to one. So, if a contact left, they still receive message notification and they will generate conversation requests and retrieve the old history. Moreover, if they remove and re-add a contact, they will receives a confirmation for the previous conversation and retrieve the old history. This avoid duplicates and read-only conversation. GitLab: https://git.jami.net/savoirfairelinux/ring-project/-/issues/1282 Change-Id: Id820482e82e23334632e76bf4920255efb45f4cb
Showing
- src/jamidht/account_manager.cpp 31 additions, 21 deletionssrc/jamidht/account_manager.cpp
- src/jamidht/contact_list.cpp 21 additions, 8 deletionssrc/jamidht/contact_list.cpp
- src/jamidht/contact_list.h 1 addition, 0 deletionssrc/jamidht/contact_list.h
- src/jamidht/conversation_module.cpp 139 additions, 112 deletionssrc/jamidht/conversation_module.cpp
- src/jamidht/conversation_module.h 14 additions, 5 deletionssrc/jamidht/conversation_module.h
- src/jamidht/jamiaccount.cpp 31 additions, 8 deletionssrc/jamidht/jamiaccount.cpp
- test/unitTest/conversation/conversation.cpp 75 additions, 16 deletionstest/unitTest/conversation/conversation.cpp
Loading
Please register or sign in to comment