Skip to content

Commit

Permalink
Update modules/ROOT/pages/comments-callback-mode.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Farzad Hayat <[email protected]>
  • Loading branch information
kemister85 and FarzadHayat authored Oct 8, 2024
1 parent 2e3f04d commit 7bbf44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/comments-callback-mode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Most functions (create, reply, and edit) require an `+id+` identifying the *curr

During the initial load, the {pluginname} uses `+tinycomments_fetch+` callback to retrieve the existing conversation including any additional comments with their respective authors . If not configured, the {pluginname} will fallback to `+tinycomments_lookup+`.

When a user adds a comment, the {pluginname} plugin uses the `+tinycomments_lookup+` callback to retrieve the selected conversation.
When a user adds a comment or a reply, the {pluginname} plugin uses the `+tinycomments_lookup+` callback to retrieve the selected conversation.

== Interactive example

Expand Down

0 comments on commit 7bbf44f

Please sign in to comment.