Skip to content

Conversation

@sandhose
Copy link
Member

@sandhose sandhose commented Jan 8, 2026

With syn2mas, we chose to import unsupported threepids (mainly MSISDNs) in a table, but forgot to remove them when a user deactivate their account, which we should do.

Plan is to ship this in the next release, then clean up the table in the release after that.
The table is small enough even on matrix.org for that cleanup to happen in a migration:

DELETE FROM user_unsupported_third_party_ids
USING users
WHERE users.deactivated_at IS NOT NULL
  AND users.user_id = user_unsupported_third_party_ids.user_id;

@sandhose sandhose requested a review from a team as a code owner January 8, 2026 14:39
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 8, 2026

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 48a826f
Status: ✅  Deploy successful!
Preview URL: https://47c11598.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://quenting-cleanup-unsupported.matrix-authentication-service-docs.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants