Skip to content

Commit d28bce6

Browse files
authored
Update viewpoint.md
1 parent f02ded5 commit d28bce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graph/patterns/viewpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Content-type: application/json
7272
"chatType": "meeting",
7373
"viewpoint":{
7474
"lastMessageReadDateTime": "2021-03-28T21:10:00.000Z"
75-
// User has unread messages
75+
/* User has unread messages */
7676
}
7777
},
7878
{
@@ -83,7 +83,7 @@ Content-type: application/json
8383
"chatType": "group",
8484
"viewpoint":{
8585
"lastMessageReadDateTime": "0000-01-01T00:00:00.000Z"
86-
// User hasnt read anything since no message was posted
86+
/* User hasnt read anything since no message was posted */
8787
}
8888
}
8989
]
@@ -135,4 +135,4 @@ The server responds with a success status code and no payload:
135135

136136
```http
137137
HTTP/1.1 204 No Content
138-
```
138+
```

0 commit comments

Comments
 (0)