mattermost-plugin-cleanup-c.../server
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. a1e70da201
All checks were successful
ci / test (push) Successful in 4m53s
ci / lint (push) Successful in 5m19s
ci / build (push) Successful in 4m2s
Fix channel cleanup skipping posts across paginated deletes.
Offset-based pagination advanced after each page even though deletions
shift remaining posts, so large cleanups silently left messages behind.
Also page through all auto-cleanup KV keys and log individual delete failures.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-30 15:58:41 +02:00
..
autocleanup Fix channel cleanup skipping posts across paginated deletes. 2026-07-30 15:58:41 +02:00
command Add automatic channel cleanup with unified modal UI. 2026-07-28 18:35:24 +02:00
.gitignore Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
api.go Add automatic channel cleanup with unified modal UI. 2026-07-28 18:35:24 +02:00
cleanup.go Fix channel cleanup skipping posts across paginated deletes. 2026-07-30 15:58:41 +02:00
cleanup_test.go Fix channel cleanup skipping posts across paginated deletes. 2026-07-30 15:58:41 +02:00
main.go Add Mattermost plugin for system-admin channel cleanup. 2026-07-25 18:46:39 +02:00
plugin.go Add automatic channel cleanup with unified modal UI. 2026-07-28 18:35:24 +02:00