diff --git a/src/views/Explore.vue b/src/views/Explore.vue index 66b0dcb..5143ac4 100644 --- a/src/views/Explore.vue +++ b/src/views/Explore.vue @@ -304,6 +304,8 @@ export default { if (!this.site_rec) { this.site_rec = config.agorata_adnl.toLowerCase(); await this.saveSite(); + } else if (this.site_rec !== this.records.site) { + await this.saveSite(); } this.constructor_params.domain = this.domain; await call_api_post("set-site-data", this.constructor_params);