mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 20:56:06 +02:00
client: tweak ui
This commit is contained in:
@@ -649,7 +649,7 @@ export default defineComponent({
|
||||
text: this.$ts.pin,
|
||||
action: () => this.togglePin(true)
|
||||
} : undefined,
|
||||
...(this.$i.isModerator || this.$i.isAdmin ? [
|
||||
/*...(this.$i.isModerator || this.$i.isAdmin ? [
|
||||
null,
|
||||
{
|
||||
icon: 'fas fa-bullhorn',
|
||||
@@ -657,7 +657,7 @@ export default defineComponent({
|
||||
action: this.promote
|
||||
}]
|
||||
: []
|
||||
),
|
||||
),*/
|
||||
...(this.appearNote.userId != this.$i.id ? [
|
||||
null,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user