mirror of https://github.com/zulip/zulip.git
tutorial: add missing info to un-collapse senders in the fake PM conversation.
(imported from commit 60518a9c704ab0a4a1ecc0ad6f5f506e9417437c)
This commit is contained in:
parent
7a9d7aff0f
commit
03d6ec0819
|
@ -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>",
|
||||
is_stream: false,
|
||||
sender_full_name: "Waseem Daher",
|
||||
sender_email: "wdaher@humbughq.com",
|
||||
avatar_url: "https://secure.gravatar.com/avatar/364a79a57718ede3fadf6dd3623d2e0a",
|
||||
display_reply_to: "Jeff Arnold, Waseem Daher",
|
||||
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>",
|
||||
is_stream: false,
|
||||
sender_full_name: "Jessica McKellar",
|
||||
sender_email: "jesstess@humbughq.com",
|
||||
avatar_url: "https://secure.gravatar.com/avatar/c89814a8ed5814421b617cf2242ff01a",
|
||||
display_reply_to: "Jeff Arnold, Waseem Daher",
|
||||
reply_to: true,
|
||||
|
|
Loading…
Reference in New Issue