refactor: store msteams delegated tokens in sqlite

This commit is contained in:
Peter Steinberger
2026-05-08 16:46:50 +01:00
parent 6787f90342
commit 5fc91c2cb3
6 changed files with 185 additions and 23 deletions

View File

@@ -98,6 +98,7 @@ const legacyStoreMarkers = [
pattern: /\bmsteams-pending-uploads\.json\b/u,
},
{ label: "Microsoft Teams SSO token JSON", pattern: /\bmsteams-sso-tokens\.json\b/u },
{ label: "Microsoft Teams delegated token JSON", pattern: /\bmsteams-delegated\.json\b/u },
{ label: "Microsoft Teams feedback learnings JSON", pattern: /\.learnings\.json\b/u },
{ label: "Matrix sync store JSON", pattern: /\bbot-storage\.json\b/u },
{ label: "Matrix storage metadata JSON", pattern: /\bstorage-meta\.json\b/u },