Skip to content

Instantly share code, notes, and snippets.

@dariusk
Created June 11, 2019 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dariusk/48a4c53c83f818a5aa81b6024e0e96fd to your computer and use it in GitHub Desktop.
Save dariusk/48a4c53c83f818a5aa81b6024e0e96fd to your computer and use it in GitHub Desktop.

Friend Camp features several modifications that were requested by our users.

  • a local-only posting option per-post that never federates, from [Renato Lond's PR](mastodon/mastodon#8427)
  • you can log in via any subdomain, which means you can log in to multiple accounts in the same browser session (for example, log in once on friend.camp and then as another user on alt.friend.camp)
  • they are no longer called "toots", they are now "posts"
  • if you have a locked account and you get a follow request, a reminder appears under your "post" button (on normal Mastodon mobile it is otherwise buried in a sub-menu and you might not see it for a long time)
  • the emoji dropdown is a neutral smiley face instead of the cry-laughing smiley
  • @mentions are rendered as "@user" for a Friend Camp user and "@user@domain" for remote users. This helps clear up when you follow two people who have the same username on different servers.
  • there is a "never ask me again" checkbox on the confirmation for clearing your notifications -- more info here
  • images in a CW'ed post are collapsed behind the CW. When you expand the CW, you can see the whole image immediately. more info here
  • When an mp3 link is in a post, we also embed an inline mp3 player. git commit here
  • 500 characters of profile text git commit here, requested by @deerful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment