owpengram-server/internal/app/moderation
Astra f33e25af8d admin: add account spam restriction (join/message gate)
Adds a narrower spam sanction alongside the existing account freeze: a
restricted account keeps every existing membership and conversation, but
cannot join new channels/groups (public join or invite link) and cannot
start a new conversation with a non-contact. Reachable both as a standalone
admin action and as a decision on a reported user's moderation case, with
the same idempotent-supersession and appeal wiring freeze already has.
2026-09-16 14:03:15 +01:00
..
actions.go admin: add account spam restriction (join/message gate) 2026-09-16 14:03:15 +01:00
actions_test.go admin: add account spam restriction (join/message gate) 2026-09-16 14:03:15 +01:00
appeal_links.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
appeal_links_test.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
cases.go admin: add account spam restriction (join/message gate) 2026-09-16 14:03:15 +01:00
cases_test.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
evidence.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
legacy.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
legacy_test.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
registry_reports.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
registry_reports_test.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
service.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00
service_test.go feat: sync durable moderation and appeals 2026-07-24 11:56:59 +08:00