this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix repo migration cache busting, was using the wrong union member (#416)

authored by

Jaz and committed by
GitHub
3c04f0d0 6183dd07

+1 -1
+1 -1
bgs/bgs.go
··· 811 811 if host.ID != u.PDS && u.PDS != 0 { 812 812 log.Warnw("received event for repo from different pds than expected", "repo", evt.Repo, "expPds", u.PDS, "gotPds", host.Host) 813 813 // Flush any cached DID documents for this user 814 - bgs.didr.FlushCacheFor(env.RepoHandle.Did) 814 + bgs.didr.FlushCacheFor(env.RepoCommit.Repo) 815 815 816 816 subj, err := bgs.createExternalUser(ctx, evt.Repo) 817 817 if err != nil {