fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -189,2 +189,4 @@ import {FastCommentsWidgetComment} from "./fast-comments-comment"; | ||
maxReplyDepth?: number, | ||
/** A list of group ids to use for @mentions autocomplete. Useful when you want to prevent tagging users when they do not have intersecting groups. **/ | ||
mentionGroupIds?: string[], | ||
/** Disables live commenting. **/ | ||
@@ -191,0 +193,0 @@ disableLiveCommenting?: boolean, |
34667
0.54%763
0.26%