Skip to content

add support for self-service opt out#204

Open
tolfdog wants to merge 1 commit intomainfrom
itstolf/opt-out
Open

add support for self-service opt out#204
tolfdog wants to merge 1 commit intomainfrom
itstolf/opt-out

Conversation

@tolfdog
Copy link
Collaborator

@tolfdog tolfdog commented Oct 21, 2023

in particular:

follow:

  • (no record) -> PENDING
  • OPTED_OUT -> APPROVED

unfollow:

  • PENDING -> NONE
  • APPROVED -> OPTED_OUT

this also tries to normalize NONE status with record not present

@vercel
Copy link

vercel bot commented Oct 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bsky-furry-feed-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2023 6:26pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
bsky-furry-feed-info ⬜️ Ignored (Inspect) Visit Preview Nov 4, 2023 6:26pm

@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (30b64b0) 32.26% compared to head (566fcf1) 34.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
+ Coverage   32.26%   34.46%   +2.19%     
==========================================
  Files          18       18              
  Lines        1934     1979      +45     
==========================================
+ Hits          624      682      +58     
+ Misses       1253     1233      -20     
- Partials       57       64       +7     
Files Coverage Δ
ingester/ingester.go 50.61% <66.66%> (+0.61%) ⬆️
api/moderation.go 10.74% <0.00%> (ø)
ingester/candidate_actor_cache.go 84.53% <80.64%> (-1.83%) ⬇️
ingester/handle_graph_follow.go 65.90% <41.66%> (+65.90%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

in particular:

follow:
- (no record)/NONE -> PENDING
- OPTED_OUT -> APPROVED

unfollow:
- PENDING -> NONE
- APPROVED -> OPTED_OUT

this also tries to normalize NONE status with record not present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant