You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for customizing the mentions in the message composer through two new properties:
mentionsUsersRequestBuilder: Allows developers to provide a custom UsersRequestBuilder to control how the mentioned users list is fetched.
mentionsGroupMembersRequestBuilder: Allows developers to provide a custom GroupMembersRequestBuilder to customize how mentioned group members are retrieved.