You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
GET a channel /api/channels/1006657100824309439 and notice the position
PATCH the channel and change the position {position: 0} and notice the position in the response
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
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:
/api/channels/1006657100824309439
and notice the position{position: 0}
and notice the position in the responseExpected 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
Additional context
Pretty sure this is related to #1100
edit: this applies to channels inside a category.
The text was updated successfully, but these errors were encountered: