diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-13 19:53:08 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-13 19:54:03 -0700 |
commit | 3639b502949565aa203559c908cd4ad878a180ae (patch) | |
tree | 8212711b169e91d4ea47b5cccd89df953abcc3d5 /README.md | |
parent | 179f93118b7ecfc50c85c3b8714419ebb3fa2325 (diff) |
binding: bluetooth-map: change recipient entry to senderhalibut_7.99.1halibut/7.99.17.99.1
In notification event it is the sender's vCard that is displayed
change the naming to reflect that.
Bug-AGL: SPEC-2351 SPEC-2392
Change-Id: Id7c7addee7c72a0b6dcfe1a0f50a6b9843d5797a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Send a message (if supported) via MAP profile: "status": "UNREAD", "type": "SMS_GSM", "folder": "telecom/msg/inbox", - "recipient": { + "sender": { "fn": "Satoshi Nakamoto", "n": "Satoshi" }, |