Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix copyright report link (#1799)

authored by

Paul Frazee and committed by
GitHub
047f74c6 9437d743

+2 -1
+2 -1
src/view/com/modals/report/Modal.tsx
··· 15 15 import {ReportReasonOptions} from './ReasonOptions' 16 16 import {CollectionId} from './types' 17 17 18 - const DMCA_LINK = 'https://bsky.app/support/copyright' 18 + const DMCA_LINK = 'https://blueskyweb.xyz/support/copyright' 19 19 20 20 export const snapPoints = [575] 21 21 ··· 60 60 try { 61 61 if (issue === '__copyright__') { 62 62 Linking.openURL(DMCA_LINK) 63 + store.shell.closeModal() 63 64 return 64 65 } 65 66 const $type = !isAccountReport