mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Add simple files and contacts export.
Also move all API calls in export to Export::ApiWrap.
This commit is contained in:
@@ -596,7 +596,7 @@ void Session::tryToReceive() {
|
||||
}
|
||||
}
|
||||
if (isUpdate) {
|
||||
if (dcWithShift == bareDcId(dcWithShift)) { // call globalCallback only in main session
|
||||
if (dcWithShift == BareDcId(dcWithShift)) { // call globalCallback only in main session
|
||||
_instance->globalCallback(message.constData(), message.constData() + message.size());
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user