@banta/sdk 4.6.19 → 4.6.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/banta-sdk.umd.js +1 -0
- package/bundles/banta-sdk.umd.js.map +1 -1
- package/bundles/banta-sdk.umd.min.js +1 -1
- package/bundles/banta-sdk.umd.min.js.map +1 -1
- package/esm2015/lib/comments/banta-comments/banta-comments.component.js +2 -1
- package/fesm2015/banta-sdk.js +1 -0
- package/fesm2015/banta-sdk.js.map +1 -1
- package/package.json +1 -1
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -9359,6 +9359,7 @@
|
|
|
9359
9359
|
this.postCommentLabel = 'Post a comment';
|
|
9360
9360
|
this.postReplyLabel = 'Post a reply';
|
|
9361
9361
|
this.allowAttachments = true;
|
|
9362
|
+
this.maxVisibleMessages = 20;
|
|
9362
9363
|
this.genericAvatarUrl = "https://gravatar.com/avatar/" + Date.now().toString(16) + "?s=512&d=robohash";
|
|
9363
9364
|
this.participants = [];
|
|
9364
9365
|
this.hashtags = [
|