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

nheko 0.12.0 requests image attachments with a deprecated URL scheme #1844

Open
1 task
dstu opened this issue Dec 7, 2024 · 0 comments
Open
1 task

nheko 0.12.0 requests image attachments with a deprecated URL scheme #1844

dstu opened this issue Dec 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dstu
Copy link

dstu commented Dec 7, 2024

Describe the bug

In nheko 0.12.0 (installed via Debian apt), the URL that nheko requests for images attached to messages are for the /_matrix/media/v3/ endpoints. Per https://spec.matrix.org/unstable/client-server-api/#content-repository, these are in the process of being deprecated. URLs of the form /_matrix/client/v1/media/ should be used, instead. Our server is running matrix-synapse-py3 1.20.2+bullseye1 (also installed via Debian apt).

To Reproduce

  1. Connect to a Matrix server that uses newer image URLs.
  2. Have someone send an image with a message attachment.
  3. Observe that the message doesn't come through properly.
  4. The server's access logs should show that nheko requested a URL with an old-style path component.

What happened?

No response

Expected behavior

No response

Screenshots

No response

Version

0.12.0

Operating system

Linux

Installation method

Some repository (AUR, homebrew, distribution repository, PPA, etc)

Qt version

No response

C++ compiler

No response

Desktop Environment

X11 (Window Maker)

Did you use profiles?

  • Profiles used?

Relevant log output

No response

Backtrace

No response

@dstu dstu added the bug Something isn't working label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant