mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Full login flow working
Refresh can be faster
This commit is contained in:
@ -15,7 +15,7 @@ const renderNode = ({
|
||||
node: HTMLViewNode
|
||||
index: number
|
||||
navigation: any
|
||||
mentions?: mastodon.Mention[]
|
||||
mentions?: Mastodon.Mention[]
|
||||
showFullLink: boolean
|
||||
}) => {
|
||||
if (node.name == 'a') {
|
||||
@ -80,9 +80,9 @@ const renderNode = ({
|
||||
|
||||
export interface Props {
|
||||
content: string
|
||||
emojis?: mastodon.Emoji[]
|
||||
emojis?: Mastodon.Emoji[]
|
||||
emojiSize?: number
|
||||
mentions?: mastodon.Mention[]
|
||||
mentions?: Mastodon.Mention[]
|
||||
showFullLink?: boolean
|
||||
linesTruncated?: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user