pull down to refresh
Downzaps will still be a thing. I haven't figured out how that'll work yet. Maybe something like outlawed = max(sats_invested * 0.1, 1000) otherwise downzaps just downrank an item proportionally
outlawed = max(sats_invested * 0.1, 1000)
Downzaps will still be a thing. I haven't figured out how that'll work yet. Maybe something like
outlawed = max(sats_invested * 0.1, 1000)otherwise downzaps just downrank an item proportionally