From 39a8a5cbf9172be95742c793c041627bffc9507d Mon Sep 17 00:00:00 2001 From: Rafael Carvalho Date: Thu, 28 Dec 2017 18:11:08 +1300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07e5b36..30600e0 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ __Additional Settings__ * [pollFriendsList]{boolean}: If set to true the module will do a long poll on the "adapter.listFriends" method to keep the friends list updated. Default is false. * [pollingInterval]{number}: Configures the long poll interval in milliseconds. Default is 5000. * [historyEnabled]{boolean}: Defines whether the component should call the "getMessageHistory" from the chat-adapter. Default is true. +* [emojisEnabled]{boolean}: Enables emoji parsing on the messages. Default is true. #### Implement your ChatAdapter: