From 7ca44eb859b57907037158e5214902de39139496 Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Date: Mon, 29 Oct 2018 18:45:36 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e220f4..3bbf2d5 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ __Additional Settings__ * [pollingInterval]{number}: Configures the long poll interval in milliseconds. Default is 5000. * [searchEnabled]{boolean}: Enables the search bar on the friends list. Default is true. * [historyEnabled]{boolean}: Defines whether the component should call the "getMessageHistory" from the chat-adapter. Default is true. -* [historyPageSize]{number}: Set the page size for each request if you are using the paged history chat adapter (Beta). +* [historyPageSize]{number}: Set the page size for each request if you are using the paged history chat adapter (Beta). Default is 10. * [emojisEnabled]{boolean}: Enables emoji parsing on the messages. Default is true. * [linkfyEnabled]{boolean}: Transforms links within the messages to valid HTML links. Default is true. * [audioEnabled]{boolean}: Enables audio notifications on received messages. Default is true.