summaryrefslogtreecommitdiff
path: root/metacontacts/meta_services.c
diff options
context:
space:
mode:
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r--metacontacts/meta_services.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c
index 174b625..f713bc7 100644
--- a/metacontacts/meta_services.c
+++ b/metacontacts/meta_services.c
@@ -511,6 +511,7 @@ int MetaFilter_RecvMessage(WPARAM wParam,LPARAM lParam)
if(options.subhistory) {
// allow event pass through and thereby be added to subcontact history
pre->flags |= (DBGetContactSettingByte(ccs->hContact, META_PROTO, "WindowOpen", 0) ? 0 : PREF_CREATEREAD);
+ CallService(MS_PROTO_CHAINRECV, wParam, (LPARAM)ccs); // pass through as normal
return 0;
}