Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Nov 5, 2024
1 parent 4a75d63 commit 2fa6351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core_concepts/40_websocket_triggers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you use a preprocessor, the `wm_trigger` object will be of the form:

The trigger also supports additional configuration options:

**Initial messages**
### Initial messages

You can specify a list of initial messages to send to the websocket server when connection to the server is established.
This is useful for authentication or subscription messages.
Expand All @@ -42,7 +42,7 @@ The messages are sent in the order they are specified.

![Initial messages](./initial_messages.png 'Initial messages')

**Filters**
### Filters


Instead of having all messages trigger the runnable, you can specify a filter to only trigger the runnable when the message matches the filter.
Expand Down

0 comments on commit 2fa6351

Please sign in to comment.