continue cleanign the old token system

This commit is contained in:
csoler 2022-08-04 19:10:47 +02:00
parent 43fb720a98
commit 82f981c9db
6 changed files with 2 additions and 65 deletions

View file

@ -56,8 +56,6 @@
* #define DEBUG_CHANNEL
***/
//static const int mTokenTypeGroupData = 1;
static const int CHANNEL_TABS_DETAILS= 0;
static const int CHANNEL_TABS_POSTS = 1;
static const int CHANNEL_TABS_FILES = 2;
@ -1430,12 +1428,10 @@ public:
explicit GxsChannelPostsReadData(bool read)
{
mRead = read;
mLastToken = 0;
}
public:
bool mRead;
uint32_t mLastToken;
};
void GxsChannelPostsWidgetWithModel::setAllMessagesReadDo(bool read)