MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / setMessageReadStatus

Method setMessageReadStatus

src/sync/WizAsyncApi.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void WizAsyncApi::setMessageReadStatus(const QString& ids, bool bRead)
48{
49 WizExecuteOnThread(WIZ_THREAD_NETWORK, [=](){
50 setMessageReadStatus_impl(ids, bRead);
51 });
52}
53
54void WizAsyncApi::setMessageDeleteStatus(const QString& ids, bool bDelete)
55{

Callers 6

markAllMessagesReadedMethod · 0.45
onReadTimeoutMethod · 0.45
onSyncTimeoutMethod · 0.45
WizUploadMessagesFunction · 0.45

Calls 1

WizExecuteOnThreadFunction · 0.85

Tested by

no test coverage detected