···4455Get the app itself:
6677-- **Web: bsky.app**
77+- **Web: social.shatteredsky.net**
8899<a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://github.com/NekoDrone/catsky-social">
1010<img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true"
···4848- Stay away from PRs like...
4949 - Changing "Post" to "Skeet."
5050 - Refactoring the codebase, e.g., to replace React Query with Redux Toolkit or something.
5151- - Adding entirely new features without prior discussion.
5151+ - Adding entirely new features without prior discussion.
52525353Remember, we serve a wide community of users. Our day-to-day involves us constantly asking "which top priority is our top priority." If you submit well-written PRs that solve problems concisely, that's an awesome contribution. Otherwise, as much as we'd love to accept your ideas and contributions, we really don't have the bandwidth. That's what forking is for!
5454
···795795const LINKING = {
796796 // TODO figure out what we are going to use
797797 // note: `bluesky://` is what is used in app.config.js
798798- prefixes: ['bsky://', 'bluesky://', 'https://bsky.app'],
798798+ prefixes: ['bsky://', 'bluesky://', 'https://social.shatteredsky.net'],
799799800800 getPathFromState(state: State) {
801801 // find the current node in the navigation tree
···1085108510861086 if (isWeb) {
10871087 const referrerInfo = Referrer.getReferrerInfo()
10881088- if (referrerInfo && referrerInfo.hostname !== 'bsky.app') {
10881088+ if (referrerInfo && referrerInfo.hostname !== 'social.shatteredsky.net') {
10891089 logEvent('deepLink:referrerReceived', {
10901090 to: window.location.href,
10911091 referrer: referrerInfo?.referrer,