Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

アンテナが時間経過で無効化された際に再度有効化する手段がない #10903

Closed
sim1222 opened this issue May 27, 2023 · 2 comments
Labels
⚠️bug? This might be a bug

Comments

@sim1222
Copy link
Contributor

sim1222 commented May 27, 2023

💡 Summary

54630ed にてアンテナが7日間アクセスされていないと無効化されるようになっているが、一度無効化されると再度有効化する手順が存在しない(アンテナを再度作成するなどしかない)

🥰 Expected Behavior

api/antennas/notes などにアクセスした際に復活させるなどをして再度有効化させるなどする?

this.antennasRepository.update(antenna.id, {
lastUsedAt: new Date(),
});

あたりに

isActive: true,

を入れる?

🤬 Actual Behavior

一度無効化されるとどうにもできない

📝 Steps to Reproduce

  1. アンテナを作る
  2. 見ずに7日放置する
  3. 有効化する手順がない

📌 Environment

Misskey version: 13.12.2 (misskey.io)
PostgreSQL version:
Redis version:
Your OS:
Your browser:

@sim1222 sim1222 added the ⚠️bug? This might be a bug label May 27, 2023
@ltlapy
Copy link
Contributor

ltlapy commented May 27, 2023

Related with #10476

@syuilo
Copy link
Member

syuilo commented Jun 2, 2023

fixed

@syuilo syuilo closed this as completed Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

No branches or pull requests

3 participants