summaryrefslogtreecommitdiff
path: root/src/modules/clist
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/clist')
-rw-r--r--src/modules/clist/clistevents.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/clist/clistevents.cpp b/src/modules/clist/clistevents.cpp
index 10c728e187..afbcda362e 100644
--- a/src/modules/clist/clistevents.cpp
+++ b/src/modules/clist/clistevents.cpp
@@ -157,8 +157,8 @@ CListEvent* fnAddEvent(CLISTEVENT *cle)
if (p == NULL)
return NULL;
- if (db_mc_isSub(cle->hContact))
- cle->hContact = db_mc_getMeta(cle->hContact);
+// if (db_mc_isSub(cle->hContact))
+// cle->hContact = db_mc_getMeta(cle->hContact);
List_Insert((SortedList*)&cli.events, p, i);
p->cle = *cle;