Skip to content

Commit

Permalink
drop 2w account age req't to 1w
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jan 15, 2025
1 parent a48ce4f commit 58a841e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
RUN_TASKS_INLINE = False # overridden by unit tests

# for Protocol.REQUIRES_OLD_ACCOUNT, how old is old enough
OLD_ACCOUNT_AGE = timedelta(days=14)
OLD_ACCOUNT_AGE = timedelta(days=7)

# populated later in this file
NDB_CONTEXT_KWARGS = None
Expand Down
2 changes: 1 addition & 1 deletion templates/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ <h3 id="general">Using</h3>
<ul>
<!-- <li>a display name that's different from your handle and username -->
<li>a profile picture
<li>if your server advertises account age (like Mastodon), your account needs to be at least two weeks old
<li>if your server advertises account age (like Mastodon), your account needs to be at least one week old
</ul>
<li>Bridgy Fed generally only bridges posts going forward; it doesn't backfill older posts from before you enabled it. If you want to see it bridge your posts, try a new one!
<li>Bridgy Fed <a href="#visibility">only bridges fully public posts and replies</a>, not unlisted, quiet public, followers-only, mentioned-only, or otherwise non-public ones.
Expand Down

0 comments on commit 58a841e

Please sign in to comment.