This commit is contained in:
syuilo 2020-02-06 14:29:36 +09:00
parent 9506f53691
commit 3b34b3e9ea
2 changed files with 2 additions and 1 deletions

View file

@ -458,7 +458,7 @@ export default Vue.extend({
},
showRenoteMenu(ev) {
if (!this.isMyNote) return;
if (!this.$store.getters.isSignedIn || (this.$store.state.i.id !== this.note.userId)) return;
this.$root.menu({
items: [{
text: this.$t('unrenote'),