summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-09-09 14:49:27 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2022-09-09 14:59:02 +0200
commit1be2a5fff77cdf61c843edc8356dfdef3fd2dbfc (patch)
tree92990584aeaae614c4c601faa33d6a05b34d4ac3
parent8b89364c077b46734d193c5b8a80f83b0fc917dd (diff)
downloadzeitgeist-1be2a5fff77cdf61c843edc8356dfdef3fd2dbfc.tar.gz
datahub: Fix wrong parameter for Event.full() ctor
Thanks to Mamoru TASAKA Fixes https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/19
-rw-r--r--datahub/telepathy-observer.vala6
1 files changed, 2 insertions, 4 deletions
diff --git a/datahub/telepathy-observer.vala b/datahub/telepathy-observer.vala
index cd670d06..bb34581c 100644
--- a/datahub/telepathy-observer.vala
+++ b/datahub/telepathy-observer.vala
@@ -96,8 +96,7 @@ public class TelepathyObserver : DataProvider
ZG.ACCESS_EVENT,
"",
actor,
- null,
- obj_path);
+ null, null);
/*
* Whether user initiated the chat or not
@@ -217,8 +216,7 @@ public class TelepathyObserver : DataProvider
ZG.ACCESS_EVENT,
ZG.USER_ACTIVITY,
actor,
- null,
- obj_path);
+ null, null);
if (!channel.requested)
event_template.manifestation = ZG.WORLD_ACTIVITY;
/*