|
|
@ -304,6 +304,8 @@ export default { |
|
|
|
if (!this.site_rec) { |
|
|
|
if (!this.site_rec) { |
|
|
|
this.site_rec = config.agorata_adnl.toLowerCase(); |
|
|
|
this.site_rec = config.agorata_adnl.toLowerCase(); |
|
|
|
await this.saveSite(); |
|
|
|
await this.saveSite(); |
|
|
|
|
|
|
|
} else if (this.site_rec !== this.records.site) { |
|
|
|
|
|
|
|
await this.saveSite(); |
|
|
|
} |
|
|
|
} |
|
|
|
this.constructor_params.domain = this.domain; |
|
|
|
this.constructor_params.domain = this.domain; |
|
|
|
await call_api_post("set-site-data", this.constructor_params); |
|
|
|
await call_api_post("set-site-data", this.constructor_params); |
|
|
|