this repo has no description
0
fork

Configure Feed

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

Make compose path relative

+1 -1
+1 -1
src/utils/open-compose.js
··· 1 1 import { t } from '@lingui/core/macro'; 2 2 3 3 export default function openCompose(opts) { 4 - const url = URL.parse('/compose/', window.location); 4 + const url = URL.parse('./compose/', window.location); 5 5 const { width: screenWidth, height: screenHeight } = window.screen; 6 6 const left = Math.max(0, (screenWidth - 600) / 2); 7 7 const top = Math.max(0, (screenHeight - 450) / 2);