Skip to content

Commit 65ebdf8

Browse files
authored
Update pusher.md
1 parent 381cbd7 commit 65ebdf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/services

content/en/docs/marketplace/platform-supported-content/services/pusher.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The listening widget only listens while the page is active, so it cannot receive
4040

4141
### React Client Compatibility
4242

43-
Versions earlier than v4 do not support React client apps. Starting with v4, this module includes a new widget that supports React client apps while the legacy widget remains available. Both widgets can be used side by side while migrating to React client. The runtime parts stay the same for both widgets. The new widget is compatible with Mendix 11.11 and later.
43+
Versions below v4 do not support React client apps. Starting with v4, this module includes a new widget that supports React client apps while the legacy widget remains available. Both widgets can be used side by side while migrating to React client. The runtime parts stay the same for both widgets. The new widget is compatible with Mendix [11.11](/releasenotes/studio-pro/11.11/) and above.
4444

4545
## Setting Up the Pusher App
4646

@@ -71,7 +71,7 @@ After you import this module from the Marketplace, configure both parts:
7171
Follow these steps to configure the server side:
7272

7373
1. Add the **Pusher User** [module role](/refguide/module-security/#module-role) to the relevant app security [user role](/refguide/security/#user-role).
74-
2. Update the **Pusher** service constants in the **Configuration** folder with the app keys.
74+
2. Update the pusher service constants in the **Configuration** folder with the app keys.
7575
3. Create a microflow that executes the **Notify** action with these input parameters:
7676
* Key settings
7777
* **Action name** that matches the action name configured in the widget
@@ -99,7 +99,7 @@ To receive notify messages in the client, place a widget on a page inside a [dat
9999

100100
You can use a microflow to retrieve data changed by other users, as long as the data is committed and the transaction is complete.
101101

102-
In this example the `$Message` variable contains the object in session state. Use the `[id = $Message]` XPath query to retrieve the object from the database. The change action refreshes the client, which triggers an update on the client page.
102+
In this example, the `$Message` variable contains the object in session state. Use the `[id = $Message]` XPath query to retrieve the object from the database. The change action refreshes the client, which triggers an update on the client page:
103103

104104
{{< figure src="/attachments/appstore/platform-supported-content/services/pusher/RefreshMicroflowSample.png" alt="Sample refresh microflow that retrieves updated data for the current page" class="no-border" >}}
105105

0 commit comments

Comments
 (0)