mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:33:09 +02:00
parent
1c0ec222b4
commit
b2f6c67aa9
2 changed files with 2 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
- Fix: ユーザー選択ダイアログが表示されない問題を修正
|
||||
|
||||
### Server
|
||||
-
|
||||
- Fix: リモートサーバーの情報が更新できない問題を修正
|
||||
|
||||
## 13.12.0
|
||||
|
||||
|
|
|
@ -75,8 +75,6 @@ export class FederatedInstanceService {
|
|||
return response.raw[0];
|
||||
});
|
||||
|
||||
const updated = result.raw[0];
|
||||
|
||||
this.federatedInstanceCache.set(updated.host, updated);
|
||||
this.federatedInstanceCache.set(result.host, result);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue