You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: `Hi, I have a question about my recent order, #7890.`,
19
-
sender: 'user',
20
-
timestamp: (Date.now()-3500000).toString()
21
-
},
22
-
{
23
-
id: '2',
24
-
text: `Hello! I can help with that. What is your question regarding order #7890?`,
25
-
sender: 'support',
26
-
timestamp: (Date.now()-3400000).toString()
27
-
},
16
+
publicmessages=signal([
17
+
{
18
+
id: '1',
19
+
text: `Hi, I have a question about my recent order, #7890.`,
20
+
sender: 'user',
21
+
timestamp: (Date.now()-3500000).toString()
22
+
},
23
+
{
24
+
id: '2',
25
+
text: `Hello! I can help with that. What is your question regarding order #7890?`,
26
+
sender: 'support',
27
+
timestamp: (Date.now()-3400000).toString()
28
+
},
29
+
{
30
+
id: '3',
31
+
text: `The tracking status shows 'delivered', but I haven't received it yet. Can you confirm the delivery location?`,
32
+
sender: 'user',
33
+
timestamp: (Date.now()-3300000).toString()
34
+
},
35
+
{
36
+
id: '4',
37
+
text: `I've reviewed the delivery details. It seems the package was left in a different spot. Here's a photo from our delivery driver showing where it was placed. Please check your porch and side door.`,
38
+
sender: 'support',
39
+
timestamp: (Date.now()-3200000).toString(),
40
+
attachments: [
28
41
{
29
-
id: '3',
30
-
text: `The tracking status shows 'delivered', but I haven't received it yet. Can you confirm the delivery location?`,
31
-
sender: 'user',
32
-
timestamp: (Date.now()-3300000).toString()
33
-
},
34
-
{
35
-
id: '4',
36
-
text: `I've reviewed the delivery details. It seems the package was left in a different spot. Here's a photo from our delivery driver showing where it was placed. Please check your porch and side door.`,
0 commit comments