RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] App should be able to access to livechat data (livechat custom fields)

cuonghuunguyen opened this issue · comments

Currently, Rocket.chat apps cannot access the livechat data field of livechat visitors and livechat rooms. When looking at the message argument in executePostMessageSent, I found the livechat data is still there but it has been put in unmappedProperties which is not in the IMessage interface as well.
The app should be able to parse this field as well.

Apps now can access live chat data so I close this issue