Merge remote-tracking branch 'misskey-original/develop' into develop
# Conflicts: # package.json # packages/frontend/src/components/MkFoldableSection.vue # packages/frontend/src/components/MkPostForm.vue
This commit is contained in:
commit
7579df2da0
48 changed files with 607 additions and 292 deletions
|
|
@ -96,7 +96,7 @@ const headerTabs = computed(() => user.value ? [{
|
|||
key: 'achievements',
|
||||
title: i18n.ts.achievements,
|
||||
icon: 'ti ti-medal',
|
||||
}] : []), ...($i && ($i.id === user.value.id)) || user.value.publicReactions ? [{
|
||||
}] : []), ...($i && ($i.id === user.value.id || $i.isAdmin || $i.isModerator)) || user.value.publicReactions ? [{
|
||||
key: 'reactions',
|
||||
title: i18n.ts.reaction,
|
||||
icon: 'ti ti-mood-happy',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue