Merge lp:~tiagosh/telephony-service/update-mms-flag into lp:telephony-service

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Bill Filler
Approved revision: 1159
Merged at revision: 1157
Proposed branch: lp:~tiagosh/telephony-service/update-mms-flag
Merge into: lp:telephony-service
Diff against target: 12 lines (+1/-1)
1 file modified
indicator/textchannelobserver.cpp (+1/-1)
To merge this branch: bzr merge lp:~tiagosh/telephony-service/update-mms-flag
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+281673@code.launchpad.net

Commit message

Update mms flag so telephony-service-indicator can correctly manage attachments.

Description of the change

Update mms flag so telephony-service-indicator can correctly manage attachments.

To post a comment you must log in.
1159. By Tiago Salem Herrmann

remove wrong commit

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'indicator/textchannelobserver.cpp'
2--- indicator/textchannelobserver.cpp 2015-12-07 17:55:47 +0000
3+++ indicator/textchannelobserver.cpp 2016-01-05 17:14:49 +0000
4@@ -392,7 +392,7 @@
5 AccountEntry *account = TelepathyHelper::instance()->accountForId(accountId);
6
7 Tp::MessagePartList messageParts = message.parts();
8- bool mms = message.header()["mms"].variant().toBool();
9+ bool mms = message.header()["x-canonical-mms"].variant().toBool();
10 if (mms) {
11 // remove header
12 messageParts.pop_front();

Subscribers

People subscribed via source and target branches