fix warning
This commit is contained in:
parent
790350dede
commit
cd8b3ca924
1 changed files with 3 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ const ChatMessage = {
|
||||||
return 'globe'
|
return 'globe'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
visibilityLocalized() {
|
||||||
|
return this.$i18n.t('general.scope_in_timeline.' + this.status.visibility)
|
||||||
|
},
|
||||||
async deleteMessage() {
|
async deleteMessage() {
|
||||||
const confirmed = window.confirm(this.$t('chats.delete_confirm'))
|
const confirmed = window.confirm(this.$t('chats.delete_confirm'))
|
||||||
if (confirmed) {
|
if (confirmed) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue