2022-03-09 · 13 🐛 · 1 🔍 · 11 👩💻👨💻
Engine versions
- Node:
14.18.3
- NPM:
6.14.15
- MongoDB:
3.6, 4.0, 4.2, 4.4, 5.0
- Apps-Engine:
1.31.0
🐛 Bug fixes
-
Apple login script being loaded even when Apple Login is disabled. (#24760)
-
Components for user search (#24677)
-
Duplicated 'name' log key (#24590)
-
Missing username on messages imported from Slack (#24674)
- Fix missing sender's username on messages imported from Slack.
-
no id of room closer in livechat-close message (#24683)
-
Reload roomslist after successful deletion of a room from admin panel. (#23795 by @Aman-Maheshwari)
Removed the logic for calling the
rooms.adminRooms
endPoint from theRoomsTable
Component and moved it to its parent componentRoomsPage
.
This allows to call the endPointrooms.adminRooms
fromEditRoomContextBar
Component which is also hasRoomPage
Component as its parent.Also added a succes toast message after the successful deletion of room.
-
Room's message count not being incremented on import (#24696)
- Fix rooms' message counter not being incremented on message import.
-
Show only available agents on extension association modal (#24680)
-
System messages are sent when adding or removing a group from a team (#24743)
- Do not send system messages when adding or removing a new or existing group from a team.
-
Typo and placeholder on wrap up call modal (#24737)
-
Typo in wrap-up term (#24661)
-
VoIP Enable/Disable setting on CallContext/CallProvider Notifications (#24607)
-
Voip Stream Reinitialization Error (#24657)
🔍 Minor changes
- Chore: Update Livechat (#24754)