From 618e967b1566bdb3ae034468f2df8c685244c5d7 Mon Sep 17 00:00:00 2001 From: Chris Chabot Date: Sun, 10 May 2009 19:41:03 +0000 Subject: [PATCH] Modified the canical db to support the new 0.9 messaging implementation git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@773392 13f79535-47bb-0310-9956-ffa450edef68 --- javascript/sampledata/canonicaldb.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/javascript/sampledata/canonicaldb.json b/javascript/sampledata/canonicaldb.json index 53e93230..2fc5cdb6 100644 --- a/javascript/sampledata/canonicaldb.json +++ b/javascript/sampledata/canonicaldb.json @@ -8,7 +8,7 @@ // data : Map> // friendLinks : Map> // userApplications : Map> -// messages : Map> +// messages : Map> // } // // Notes: @@ -377,6 +377,12 @@ "messages" : []} }, + +"1" : { + "notification" : {"title" : "Notifications", "messages" : []}, + "privateMessage" : {"title" : "Inbox", "messages" : []}, + "publicMessage" : {"title" : "Inbox", "messages" : []} +}, "john.doe" : { "notification" : {"title" : "Notifications", -- 2.11.4.GIT