mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix crashes
This commit is contained in:
@ -19,5 +19,5 @@ export const appendRemote = {
|
||||
_remote: true
|
||||
}),
|
||||
mentions: (mentions: Mastodon.Mention[]) =>
|
||||
mentions.map(mention => ({ ...mention, _remote: true }))
|
||||
mentions?.map(mention => ({ ...mention, _remote: true }))
|
||||
}
|
||||
|
Reference in New Issue
Block a user