Skip to content

Commit

Permalink
Update doc: Watermark with WebSocket now works as expected (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDahlvang authored and compulim committed Dec 18, 2018
1 parent c57d1c7 commit 8d400ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const dl = new DirectLine({
```

**Getting any history that Direct Line has cached** : you can retrieve history using watermarks:
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.
You can see the watermark as an *activity 'bookmark'*. The resuming scenario will replay all the conversation activities from the watermark you specify.

```typescript
import { DirectLine } from 'botframework-directlinejs';
Expand All @@ -200,9 +200,6 @@ const dl = new DirectLine({
});
```

*Watermark with websocket will be supported in the future.*


## Contributing

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

0 comments on commit 8d400ee

Please sign in to comment.