Skip to content
Snippets Groups Projects
Unverified Commit 28019462 authored by meron's avatar meron Committed by GitHub
Browse files

fix(server): アンテナ再有効の手段にアンテナ設定の更新を追加 (#11036)

* fix(server): アンテナ再有効の手段にアンテナの表示とアンテナ設定の更新を追加

* 無効+Redisも空なアンテナの再有効化手段を antennas/update だけに
parent 0d2e3df0
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,9 @@
- Fix: インスタンスのアイコンがbase64の場合の挙動を修正
- Fix: ローカルの `Person` を指す `acct` URI を解析するときのバグを修正しました
### Server
- Fix: 無効化されたアンテナは設定変更時にも再度有効化されるように
## 13.13.2
### General
......
......@@ -112,6 +112,8 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
withReplies: ps.withReplies,
withFile: ps.withFile,
notify: ps.notify,
isActive: true,
lastUsedAt: new Date(),
});
this.globalEventService.publishInternalEvent('antennaUpdated', await this.antennasRepository.findOneByOrFail({ id: antenna.id }));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment