Skip to content

Commit 9487336

Browse files
Farzad Hayatkemister85
andauthored
Update modules/ROOT/partials/plugin-apis/comments-apis.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 25905c4 commit 9487336

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/partials/plugin-apis/comments-apis.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ It is recommended to use this API to retrieve which users have been mentioned in
120120

121121
[NOTE]
122122
====
123-
The `mentionedUids` array captures any string following the `@` symbol without verifying if these strings correspond to valid user IDs. It is up to the developer to ensure that the mentioned users are valid users in the database. Refer to the xref:#example-using-geteventlog[getEventLog example] for an example of how to retrieve and verify the `mentionedUids` array.
123+
The `mentionedUids` array captures strings following the `@` symbol without verifying if they correspond to valid user IDs. It is the integrator's responsibility to validate these strings against the database to ensure they represent valid users.
124+
125+
For guidance on retrieving and verifying the `mentionedUids` array, refer to the xref:#example-using-geteventlog[getEventLog example].
126+
124127
====
125128

126129
[[example-using-geteventlog]]

0 commit comments

Comments
 (0)