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

設定のアニメーション画像の再生設定を無視する場合がある #524

Open
1 task done
kozakura913 opened this issue Oct 31, 2024 · 2 comments
Open
1 task done
Assignees
Labels
🐛bug でたわね

Comments

@kozakura913
Copy link
Collaborator

💡 概要(Summary)

サーバー側でメディアプロキシを有効にして、ユーザー設定で「アニメーション画像を再生しない」を「常に再生」にして、「添付画像のサムネイルをオリジナル画質にする」を無効にするとアニメーション画像が再生されない

🥰 期待する動作(Expected Behavior)

サムネイル画質のアニメーション画像が読み込まれる

🤬 実際の動作(Actual Behavior)

サムネイル画質を使うと常にアニメーションが無効化される
これで読み込まれるURLがstatic.webになってる


そのURLを生成してる実装
return this.getProxiedUrl(file.uri, 'static');

📝 再現手順(Steps to Reproduce)

  1. サーバー側でメディアプロキシを有効に
  2. ユーザー設定で「アニメーション画像を再生しない」を「常に再生」に
  3. ユーザー設定で「添付画像のサムネイルをオリジナル画質にする」を無効に
  4. リモートのアニメーション画像が添付されたノートを表示
  5. アニメーションが再生されない

💻 動作環境(Frontend Environment)

* Model and OS of the device(s):
* Browser:
* Server URL:
* CherryPick:

🛰 動作環境(サーバー管理者向け)(Backend Environment (for server admin))

* Installation Method or Hosting Service:
* CherryPick:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

このバグを自分で修正しますか?(Do you want to address this bug yourself?)

  • パッチを作成しプルリクエストします(Yes, I will patch the bug myself and send a pull request)
@kozakura913 kozakura913 added the 🐛bug でたわね label Oct 31, 2024
@kozakura913 kozakura913 self-assigned this Oct 31, 2024
@kozakura913 kozakura913 added this to the yojo1.1.0 milestone Oct 31, 2024
@kozakura913 kozakura913 changed the title リモートの添付画像が設定のアニメーション画像の再生設定を無視する場合がある 添付画像が設定のアニメーション画像の再生設定を無視する場合がある Oct 31, 2024
@kozakura913 kozakura913 changed the title 添付画像が設定のアニメーション画像の再生設定を無視する場合がある 設定のアニメーション画像の再生設定を無視する場合がある Oct 31, 2024
@kozakura913
Copy link
Collaborator Author

ローカルファイルでも無視された。この設定なんなの

@kozakura913 kozakura913 removed this from the yojo1.1.0 milestone Oct 31, 2024
@kozakura913
Copy link
Collaborator Author

これwontfixにしようかな

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug でたわね
Projects
None yet
Development

No branches or pull requests

1 participant