tutorial: add missing info to un-collapse senders in the fake PM conversation.

(imported from commit 60518a9c704ab0a4a1ecc0ad6f5f506e9417437c)
This commit is contained in:
Jessica McKellar 2013-07-03 16:30:47 -04:00
parent 7a9d7aff0f
commit 03d6ec0819
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ var fake_messages = [
content: "<p>Hey, if I work on Windows, can you two make one for Mac and Linux?</p>", content: "<p>Hey, if I work on Windows, can you two make one for Mac and Linux?</p>",
is_stream: false, is_stream: false,
sender_full_name: "Waseem Daher", sender_full_name: "Waseem Daher",
sender_email: "wdaher@humbughq.com",
avatar_url: "https://secure.gravatar.com/avatar/364a79a57718ede3fadf6dd3623d2e0a", avatar_url: "https://secure.gravatar.com/avatar/364a79a57718ede3fadf6dd3623d2e0a",
display_reply_to: "Jeff Arnold, Waseem Daher", display_reply_to: "Jeff Arnold, Waseem Daher",
reply_to: true, reply_to: true,
@ -45,6 +46,7 @@ var fake_messages = [
content: "<p>Sure, no problem <img alt=':+1:' class='emoji' src='static/third/gemoji/images/emoji/+1.png' title=':+1:'></p>", content: "<p>Sure, no problem <img alt=':+1:' class='emoji' src='static/third/gemoji/images/emoji/+1.png' title=':+1:'></p>",
is_stream: false, is_stream: false,
sender_full_name: "Jessica McKellar", sender_full_name: "Jessica McKellar",
sender_email: "jesstess@humbughq.com",
avatar_url: "https://secure.gravatar.com/avatar/c89814a8ed5814421b617cf2242ff01a", avatar_url: "https://secure.gravatar.com/avatar/c89814a8ed5814421b617cf2242ff01a",
display_reply_to: "Jeff Arnold, Waseem Daher", display_reply_to: "Jeff Arnold, Waseem Daher",
reply_to: true, reply_to: true,