mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix proper reblog permission
https://github.com/tooot-app/app/issues/274
This commit is contained in:
@ -4,7 +4,7 @@ import { StyleConstants } from '@utils/styles/constants'
|
||||
import { useTheme } from '@utils/styles/ThemeManager'
|
||||
import React from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import { FormattedDate, FormattedRelativeTime, FormattedTime } from 'react-intl'
|
||||
import { FormattedDate, FormattedRelativeTime } from 'react-intl'
|
||||
|
||||
export interface Props {
|
||||
created_at: Mastodon.Status['created_at'] | number
|
||||
|
Reference in New Issue
Block a user