~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to libtelephonyservice/chatentry.cpp

merge parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
    properties["participantIds"] = participants();
345
345
    properties["chatType"] = (int)chatType();
346
346
    properties["chatId"] = chatId();
347
 
    properties["accountId"] = accountId();
 
347
    properties["threadId"] = chatId();
 
348
 
 
349
    if (chatType() == ChatEntry::ChatTypeRoom) {
 
350
        properties["accountId"] = accountId();
 
351
    }
348
352
 
349
353
    return properties;
350
354
}