Skip to content

fix(expire): delete conditions for activity_expire_exclude_users#2655

Open
solracsf wants to merge 1 commit into
masterfrom
fix/correct-delete-conditions
Open

fix(expire): delete conditions for activity_expire_exclude_users#2655
solracsf wants to merge 1 commit into
masterfrom
fix/correct-delete-conditions

Conversation

@solracsf

@solracsf solracsf commented Jun 13, 2026

Copy link
Copy Markdown
Member

Fix #2647

I truly believe this config param never worked since it has been shipped...

Build delete conditions as [column, value, operator] tuples and apply them all with andWhere() via a shared helper, fixing the crash when activity_expire_exclude_users is set and the MySQL chunked-delete path dropping all but the last condition.

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

activity_expire_exclude_users causes ERROR during ExpireActivities

1 participant