Sometimes a second "Anyone" link is generated. Each link is valid for the remaining number of invites, potentially doubling the possible group size.
Steps to reproduce:
Unclear.
Solution
Fix.
Groups only need one "Anyone" link at a time, so previous "Anyone" links should be immediately revoked when a new one is generated.
Existing invite links can cumulatively be valid for more than the number of remaining user spots. (For example, an "Anyone" link can be valid for all remaining spots while there are also individual invite links.) However, every time any invite link is used, the remaining user spots should decrement by 1.
Problem
Sometimes a second "Anyone" link is generated. Each link is valid for the remaining number of invites, potentially doubling the possible group size.
Steps to reproduce: Unclear.
Solution
Fix.