Skip to content

Commit 8d400ee

Browse files
EricDahlvangcompulim
authored andcommitted
Update doc: Watermark with WebSocket now works as expected (#125)
1 parent c57d1c7 commit 8d400ee

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const dl = new DirectLine({
186186
```
187187

188188
**Getting any history that Direct Line has cached** : you can retrieve history using watermarks:
189-
You can see the watermark as an *activity 'bookmark'*. The resuming scenario will replay all the conversation activities from the watermark you specify. For now, this only works when using the polling version of DirectLine.
189+
You can see the watermark as an *activity 'bookmark'*. The resuming scenario will replay all the conversation activities from the watermark you specify.
190190

191191
```typescript
192192
import { DirectLine } from 'botframework-directlinejs';
@@ -200,9 +200,6 @@ const dl = new DirectLine({
200200
});
201201
```
202202

203-
*Watermark with websocket will be supported in the future.*
204-
205-
206203
## Contributing
207204

208205
This project welcomes contributions and suggestions. Most contributions require you to agree to a

0 commit comments

Comments
 (0)