Skip to content

Commit

Permalink
doc and user page language updates for Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jul 17, 2024
1 parent 30212cd commit 55b7aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h3 id="about">About</h3>
<li class="answer">
<p>If you're on the fediverse or Bluesky, and you've opted in but now want to opt out, block the Bridgy Fed bot user for the network you want to opt out of. For example, on the fediverse, block <code>@[email protected]</code>. On Bluesky, block <a href="https://bsky.app/profile/ap.brid.gy">@ap.brid.gy</a>.</p>
<p>Once you've done this, Bridgy Fed will delete your bridged profile in that network, and it will no longer bridge any of your posts or interactions there.</p>
<p><em>Warning: right now, this can't be undone! If you opt in by following a bot user for a given network, and then opt out by blocking it, you can't re-enable the bridge by unblocking and re-following it. <a href="https://github.com/snarfed/bridgy-fed/issues/783">Hopefully this will be possible in the future.</a></em></p>
<p><em>Warning: right now, this can be undone for Bluesky => fediverse, but not for fediverse => Bluesky! If you opt a fediverse account in, then opt out by blocking the bot user, you can't re-enable the bridge by unblocking and re-following it. <a href="https://github.com/snarfed/bridgy-fed/issues/783">Hopefully this will be possible soon.</a></em></p>
<p>If you're on the web, feel free to <a href="mailto:[email protected]">email me</a>, or you can put the text <code>#nobridge</code> in the <a href="#web-profile">profile on your home page</a> and then <a href="#update-profile">update your profile</a> on <a href="#user-page">your user page</a>.</p>
</li>

Expand Down
2 changes: 1 addition & 1 deletion templates/user_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if user.LABEL == 'web' and not user.has_redirects %}
<div class="row promo warning">

<p>Bridgy Fed is providing <a href="{{ user.web_url() }}">{{ user.handle_or_id() }}</a> a presence in the <a href="https://en.wikipedia.org/wiki/Fediverse">fediverse</a>. This account was generated automatically when someone first followed it. <a href="/docs#web-how-post">Learn more here</a>.</p>
<p>Bridgy Fed is providing <a href="{{ user.web_url() }}">{{ user.handle_or_id() }}</a> a presence in the <a href="https://en.wikipedia.org/wiki/Fediverse">fediverse</a> and/or <a href="https://bsky.social/">Bluesky</a>. This account was generated automatically when someone first followed it. <a href="/docs#web-how-post">Learn more here</a>.</p>

<p>Do you own <a href="{{ user.web_url() }}">{{ user.handle_or_id() }}</a>? You can <a href="/docs#opt-out">opt out</a> or <a href="/docs#fediverse-enhanced">upgrade your fediverse handle</a> from <code>@web.brid.gy</code> to <code>@{{ user.handle_or_id() }}</code>.</p>

Expand Down

0 comments on commit 55b7aa0

Please sign in to comment.