From f9cac6b4dea9d6e28ceb09b04e28095523b88bb3 Mon Sep 17 00:00:00 2001 From: Aleksandr Bautin Date: Sun, 19 Nov 2023 15:49:31 +0300 Subject: [PATCH] * --- src/views/Explore.vue | 2 ++ 1 file changed, 2 insertions(+) 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);