chore: update masto.js to latest version 6.10.1 (#3019)
This commit is contained in:
parent
2c8307b3d8
commit
18b3d36e03
3 changed files with 8 additions and 6 deletions
|
@ -47,6 +47,8 @@ const filterIconMap: Record<mastodon.v1.NotificationType, string> = {
|
|||
'update': 'i-ri:edit-2-line',
|
||||
'admin.sign_up': 'i-ri:user-add-line',
|
||||
'admin.report': 'i-ri:flag-line',
|
||||
'severed_relationships': 'i-ri:user-unfollow-line',
|
||||
'moderation_warning': 'i-ri:error-warning-line',
|
||||
}
|
||||
|
||||
const filterText = computed(() => `${t('tab.notifications_more_tooltip')}${filter.value ? `: ${t(`tab.notifications_${filter.value}`)}` : ''}`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue