Merge pull request #1994 from csoler/v0.6-ChannelsGUI

Abstract item model for channels
This commit is contained in:
csoler 2020-06-24 23:22:44 +02:00 committed by GitHub
commit 69b51fecb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 4225 additions and 340 deletions

View file

@ -1997,7 +1997,9 @@ bool p3GxsCircles::processMembershipRequests(uint32_t token)
// now do another sweep and remove all msgs that are older than the latest
#ifdef DEBUG_CIRCLES
std::cerr << " Cleaning old messages..." << std::endl;
#endif
for(uint32_t i=0;i<it->second.size();++i)
{