Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard +40 merge_pr award. New to the repo? See the Contributing guide, and Local Development & SSO to run the app locally (cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.

Description

Context

Signal tracks inactivity tiers and auto-removes 90+-day-silent members hourly. SimpleX has neither.

Acceptance criteria

  • [ ] !dormant (admin) shows activity-tier summary; !dormant <days> lists N+-day-inactive members; !dormant lurkers lists zero-engagement.
  • [ ] A new scheduler auto-removes members past a configurable threshold and logs each removal.
  • [ ] Registered in index.ts and stopped on shutdown; no-ops if disabled.

Technical hints

  • Signal reference: commands/admin/dormant-members.command.ts + scheduler/dormant-removal-scheduler.ts.
  • SimpleX target: commands/admin/dormant.command.ts + scheduler/dormant-removal-scheduler.ts.
  • Derive activity from the bot's own bot_command_usage / simplex_messages (Postgres, persistent) — the SimpleX chat DB is ephemeral and resets on restart.

--- Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook auto-awards feature_bounty_<tier> + the standard merge_pr (40 pts) to your scoreboard account. Your commit email must match your Authentik email. Backlog context: docs/simplex-parity-bounties.md.

Relevant files

No relevant files linked yet.

Hints

No hints yet.

Activity

No points have been awarded for this bounty yet.

Comments

No comments yet. Be the first to weigh in.

↑ Top