forked from mirrors/misskey
Refactor & Clean up
This commit is contained in:
@@ -13,7 +13,7 @@ import getAcct from '../../../../../misc/acct/render';
|
||||
export default Vue.extend({
|
||||
i18n: i18n(),
|
||||
mounted() {
|
||||
document.title = `${(this as any).os.instanceName} ${this.$t('@.messaging')}`;
|
||||
document.title = `${this.$root.os.instanceName} ${this.$t('@.messaging')}`;
|
||||
},
|
||||
methods: {
|
||||
navigate(user) {
|
||||
|
||||
Reference in New Issue
Block a user