this repo has no description
0
fork

Configure Feed

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

Try 600

+3 -3
+1 -1
src/components/menu.jsx
··· 33 33 states.showAccounts = true; 34 34 }, 35 35 { 36 - threshold: 1000, 36 + threshold: 600, 37 37 detect: 'touch', 38 38 cancelOnMovement: true, 39 39 },
+2 -2
src/components/status.jsx
··· 673 673 setIsContextMenuOpen(true); 674 674 }, 675 675 { 676 - threshold: 1000, 676 + threshold: 600, 677 677 captureEvent: true, 678 678 detect: 'touch', 679 679 cancelOnMovement: true, ··· 1836 1836 setShowPeek(true); 1837 1837 }, 1838 1838 { 1839 - threshold: 1000, 1839 + threshold: 600, 1840 1840 captureEvent: true, 1841 1841 detect: 'touch', 1842 1842 cancelOnMovement: true,