summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
diff options
context:
space:
mode:
authorDavid Laban <david.laban@collabora.co.uk>2011-05-17 19:55:57 -0400
committerDavid Laban <david.laban@collabora.co.uk>2011-05-17 19:55:57 -0400
commit72da94f04198dc07f8161b54e56a336a29678255 (patch)
tree0c5984c0fa10affb9456599e2c35c5a454373f86 /telepathy-logger/text-channel.c
parent887a15b3786107bd1ac1110408fa3cfa4c9f7944 (diff)
downloadtelepathy-logger-72da94f04198dc07f8161b54e56a336a29678255.tar.gz
Store, save and test message-token and supersedes-token
Diffstat (limited to 'telepathy-logger/text-channel.c')
-rw-r--r--telepathy-logger/text-channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index a2c7f5e..5af8dfa 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -397,6 +397,8 @@ tpl_text_channel_store_message (TplTextChannel *self,
"receiver", receiver,
"sender", sender,
"timestamp", timestamp,
+ "message-token", tp_message_get_token (message),
+ "supersedes-token", tp_message_get_supersedes (message),
/* TplTextEvent */
"message-type", type,
"message", text,