Merge 2023.04 stable release #9

Merged
fedward merged 23 commits from AkkomaGang/akkoma-fe:stable into stable 2023-04-17 13:57:14 +00:00
Showing only changes of commit 14cedc5ed1 - Show all commits

View file

@ -188,7 +188,7 @@ export default {
break
}
case 'span':
if (this.handleLinks && attrs['class'] && attrs['class'].includes('h-card')) {
if (this.handleLinks && attrs?.['class']?.includes?.('h-card')) {
return ['', children.map(processItem), '']
}
}