~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to docs/example-client/components/ChatClient.qml

  • Committer: Roberto Alsina
  • Date: 2014-10-24 14:05:51 UTC
  • mfrom: (91.179.41 automatic)
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: roberto.alsina@canonical.com-20141024140551-tsdz3xggo2rbwlqj
MergeĀ fromĀ automatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        if (options["enabled"]) {
61
61
            data["data"]["notification"] = {
62
62
                "card": {
63
 
                    "summary": nick + " says: " + message["message"],
64
 
                    "body": "",
 
63
                    "summary": nick + " says:",
 
64
                    "body": message["message"],
65
65
                    "popup": options["popup"],
66
66
                    "persist": options["persist"],
67
67
                    "actions": ["appid://com.ubuntu.developer.ralsina.hello/hello/current-user-version"]