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

Channels inside category won't persist position change #1204

Open
Puyodead1 opened this issue Aug 31, 2024 · 0 comments
Open

Channels inside category won't persist position change #1204

Puyodead1 opened this issue Aug 31, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@Puyodead1
Copy link
Contributor

Puyodead1 commented Aug 31, 2024

Describe the bug
the response from a PATCH of a channels position shows the correct position, but a GET after shows the previous position

To Reproduce
Steps to reproduce the behavior:

  1. GET a channel /api/channels/1006657100824309439 and notice the position
  2. PATCH the channel and change the position {position: 0} and notice the position in the response
  3. Resend a GET for the channel and notice the position is the same as it was in step 1, the change in step 2 did not persist however a gateway event is emitted with the proper position

Expected behavior
The position property is updated and persists

Console Logs
N/A

System Information (please complete the following information):
Official Instance

Env and Software info

  • Branch: master
  • Commit Hash: 3a63ae8

Additional context
Pretty sure this is related to #1100

edit: this applies to channels inside a category.

@Puyodead1 Puyodead1 added the Bug Something isn't working label Aug 31, 2024
@Puyodead1 Puyodead1 changed the title Channel position won't persist Channels inside category won't persist position change Sep 3, 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