Closed
Bug 1107069
Opened 10 years ago
Closed 10 years ago
Add contactinfo to RoomsDB schema
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frsela, Assigned: frsela)
References
Details
Attachments
(1 file)
Add contactInfo in roomsDB as we've in converstions [1]
[1] https://github.com/mozilla-b2g/firefoxos-loop-client/blob/master/app/js/screens/calllog.js#L960
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8532046 -
Flags: feedback?(crdlc)
Comment 2•10 years ago
|
||
Comment on attachment 8532046 [details] [review]
Proposed patch
Please check what action db stores:
contactId: [<string>],
contactPrimaryInfo: <string>,
contactPhoto: blob
and the method "_addContactInfoToRecord" in action_log_db. Both logs expect the same fields, basically photo, friendly name and contact id from moz contacts.
Thanks
Attachment #8532046 -
Flags: feedback?(crdlc)
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Cristian Rodriguez (:crdlc) from comment #2)
> Comment on attachment 8532046 [details] [review]
> Proposed patch
>
> Please check what action db stores:
>
> contactId: [<string>],
> contactPrimaryInfo: <string>,
> contactPhoto: blob
>
> and the method "_addContactInfoToRecord" in action_log_db. Both logs expect
> the same fields, basically photo, friendly name and contact id from moz
> contacts.
>
> Thanks
Oh, thanks, I've it more clear now :)
Assignee | ||
Updated•10 years ago
|
Attachment #8532046 -
Flags: review?(crdlc)
Comment 4•10 years ago
|
||
Comment on attachment 8532046 [details] [review]
Proposed patch
left a comment, thanks a lot for this bug
Attachment #8532046 -
Flags: review?(crdlc) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Landed: https://github.com/mozilla-b2g/firefoxos-loop-client/commit/e579370030a18652c3a9f6a2f85bd6717d86dd30
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•