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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
When http://localhost:4002/ob/markchatasread?subject=QmZw2nQa9KKR8LnVMoKdJL7nPDGd7PA85hYMrpZuqS4TYd is called on a conversation with no messages, it returns a 500 status with the following response:
{
"success": false,
"reason": "sql: Scan error on column index 0: converting driver.Value type \u003cnil\u003e ('\u003cnil\u003e') to a int: invalid syntax"
}
It should return a 200 status with an empty response.
The text was updated successfully, but these errors were encountered:
When
http://localhost:4002/ob/markchatasread?subject=QmZw2nQa9KKR8LnVMoKdJL7nPDGd7PA85hYMrpZuqS4TYd
is called on a conversation with no messages, it returns a 500 status with the following response:It should return a 200 status with an empty response.
The text was updated successfully, but these errors were encountered: