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'
|
||||
}
|
||||
},
|
||||
visibilityLocalized() {
|
||||
return this.$i18n.t('general.scope_in_timeline.' + this.status.visibility)
|
||||
},
|
||||
async deleteMessage() {
|
||||
const confirmed = window.confirm(this.$t('chats.delete_confirm'))
|
||||
if (confirmed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue