summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-06-08 16:31:54 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-06-08 16:31:54 +0300
commit86be4299750d7551604778a7376bdbff6c67a7a7 (patch)
tree668591d47e66b930310e94dcfdb8c093268f859e
parent1f5f3d3361a4ee8b10e4584e987cef4757d2e509 (diff)
fix for the metacontact's message filter
-rw-r--r--src/mir_app/src/meta_services.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mir_app/src/meta_services.cpp b/src/mir_app/src/meta_services.cpp
index 40f1ca8889..1e3560fd28 100644
--- a/src/mir_app/src/meta_services.cpp
+++ b/src/mir_app/src/meta_services.cpp
@@ -130,8 +130,7 @@ static INT_PTR MetaFilter_RecvMessage(WPARAM wParam, LPARAM lParam)
if (cc && cc->IsSub())
Meta_SetSrmmSub(cc->parentID, cc->contactID);
- Proto_ChainRecv(wParam, ccs);
- return 0;
+ return Proto_ChainRecv(wParam, ccs);
}
/////////////////////////////////////////////////////////////////////////////////////////