This commit is contained in:
syuilo 2018-12-10 23:13:50 +09:00
parent 6120474548
commit a6dc0f3684
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -172,6 +172,8 @@ export default Vue.extend({
this.$root.getMeta().then(meta => {
this.maintainerName = meta.maintainer.name;
this.maintainerEmail = meta.maintainer.email;
this.disableRegistration = meta.disableRegistration;
this.disableLocalTimeline = meta.disableLocalTimeline;
this.bannerUrl = meta.bannerUrl;
this.name = meta.name;
this.description = meta.description;