diff options
| author | Fuwn <[email protected]> | 2024-04-13 23:47:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-13 23:47:31 -0700 |
| commit | aa6d4e0708d834d1be51d94c1b3ff288d6349641 (patch) | |
| tree | 09d9c9bd319b118f44f6f3d66c2767a05e26a021 /src/routes | |
| parent | feat(badges): update reminder (diff) | |
| download | due.moe-aa6d4e0708d834d1be51d94c1b3ff288d6349641.tar.xz due.moe-aa6d4e0708d834d1be51d94c1b3ff288d6349641.zip | |
feat(badges): remind hide feature for ai badges
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index f210e06c..f13ee76a 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -463,13 +463,10 @@ {@const isOwner = identity && (isId ? identity.id : identity.name) === data.username} <div class="card"> - Notice: Please refrain from adding badges which may contain AI-generated content to Badge - Wall, and either remove or hide any that are already present as to comply with AniList's new - policies on AI-generated material. - <p /> - Failure to do so may result in AniList removing your Badge Wall link from your profile. - <p /> - If you see any users with AI-generated badges, don't be afraid to remind them. + Notice: AniList will begin purging outbound links which contain AI-generated material in July, + this includes Badge Wall. If you have collected badges with AI-generated content, kindly use + the hide feature to hide these badges from the public, while allowing them to stay visible to + you as the account holder. </div> <p /> |