Files
simplex-chat/apps
Narasimha-scandGitHub 6a34b5e052 support bot: fix double invite when joining a customer chat (#7129)
addOrFindTeamMember added the team member as Member and then immediately
called apiSetMembersRole(Owner). For a not-yet-accepted (GSMemInvited)
member the core re-sends the group invitation on a role change, so every
/join and /team produced two invitations. Add the member directly as
Owner in a single apiAddMember call; onMemberConnected still re-asserts
Owner idempotently as a fallback.
2026-07-25 11:27:06 +01:00
..