Closed hiteshghuge closed 2 months ago
Recent changes enhance the robustness of user management and email communication in the application. The allow_bot_for_user
function now safeguards against None
values for accessor_name
, ensuring smoother operations. Additionally, the email handling has been improved by personalizing the greeting for invited users, defaulting to "buddy" when their name is not provided. These modifications aim to improve user experience and error handling.
File | Change Summary |
---|---|
kairon/api/app/routers/user.py |
Modified allow_bot_for_user to handle None values for accessor_name , defaulting to an empty dictionary. |
kairon/shared/utils.py |
Updated __handle_add_member_confirmation to default "INVITED_PERSON_NAME" to "buddy" instead of an empty string. |
🐰 In the code where rabbits play,
Changes hop in a bright new way.
"Buddy" greets with a friendly cheer,
No moreNone
to bring us fear.
With each update, we leap and bound,
In the world of code, joy is found! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Bug Fixes
New Features