perf(gmail): narrow review-decision lookup to the single ThreadId #17
Reference in New Issue
Block a user
Delete Branch "fix/gmail-review-decision-load-all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Backlog item 2. CreateSuggestedJob/RelinkThread/UnlinkThread each loaded every GmailReviewDecision for the owner to upsert one by ThreadId. Narrowed to FirstOrDefaultAsync(OwnerUserId, ThreadId). 169/169 green.