diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-25 09:21:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 11:21:00 -0600 |
commit | 0d1373bb71e1fd60c2b9e545aeecf631c0f68ef0 (patch) | |
tree | f8fa05f37801af6600fe58edab8a181ee1dd97f4 /bskyembed | |
parent | cc8369e868ec684120a220dfa66845dad324b4a1 (diff) | |
download | voidsky-0d1373bb71e1fd60c2b9e545aeecf631c0f68ef0.tar.zst |
Remove `moderatePost_wrapped` (#7188)
* rm `moderatePost_wrapped` * Handle display in app --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'bskyembed')
-rw-r--r-- | bskyembed/src/labels.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyembed/src/labels.ts b/bskyembed/src/labels.ts index ff3d91bc7..2ed8dd287 100644 --- a/bskyembed/src/labels.ts +++ b/bskyembed/src/labels.ts @@ -13,6 +13,7 @@ export function labelsToInfo( return 'Adult Content' case 'nudity': return 'Non-sexual Nudity' + case 'gore': case 'graphic-media': return 'Graphic Media' default: |