-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Support additional phone fields for livechat agents #10025
Copy link
Copy link
Closed
Milestone
Description
Description:
Currently phone numbers are supported only on customFields, we should also support it on phone field, this way being retro-compatible with Konecty.
Server Setup Information:
- Version of Rocket.Chat Server: 0.62
- Operating System: Any
- Deployment Method(snap/docker/tar/etc): Any
- Number of Running Instances: 1
- DB Replicaset Oplog: yes
Steps to Reproduce:
- Set phone for a livechat agent like this:
db.users.update({ username: 'agent-username' }, { $set: { phone: [ { phoneNumber: '1234567890' } ] } }) - Start a livechat with the same agent
Expected behavior:
Agent's phone should appear on livechat widget.
Actual behavior:
Reactions are currently unavailable
