this repo has no description
0
fork

Configure Feed

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

This got repositioned

+1 -1
+1 -1
src/components/status.jsx
··· 50 50 import safeBoundingBoxPadding from '../utils/safe-bounding-box-padding'; 51 51 import shortenNumber from '../utils/shorten-number'; 52 52 import showToast from '../utils/show-toast'; 53 + import { speak, supportsTTS } from '../utils/speech'; 53 54 import states, { getStatus, saveStatus, statusKey } from '../utils/states'; 54 55 import statusPeek from '../utils/status-peek'; 55 56 import store from '../utils/store'; ··· 63 64 import { isMediaCaptionLong } from './media'; 64 65 import MenuLink from './menu-link'; 65 66 import RelativeTime from './relative-time'; 66 - import { speak, supportsTTS } from '../utils/speech'; 67 67 import TranslationBlock from './translation-block'; 68 68 69 69 const SHOW_COMMENT_COUNT_LIMIT = 280;