mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-02 09:11:47 +00:00
2f10e057e2
* feat(directory): harden group member admission Default new registered groups to requiring a captcha and advise owners of recommended public-group settings at registration submission. Add CLI flags to override per-group admission policy directory-wide: - --prohibited-to-observer: delete a member's message and demote them to observer when they post content prohibited by the group's settings - --always-captcha: require a captcha from joining members in all groups - --knocking: require admin review before admitting members in all groups * fix(directory): reword recommended settings notice Address review: replace the enumerated settings list with a concise recommendation and reference the group's filter command by id. --------- Co-authored-by: shum <github.shum@liber.li>