this repo has no description
0
fork

Configure Feed

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

don't wipe account events from persister on takedown

+1 -3
+1 -3
cmd/relayered/relay/account.go
··· 271 271 } 272 272 u.SetTakenDown(true) 273 273 274 - if err := r.Events.TakeDownRepo(ctx, u.ID); err != nil { 275 - return err 276 - } 274 + // NOTE: not wiping events for user from backfill window 277 275 278 276 return nil 279 277 }