spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.48k stars 251 forks source link

Route PUT /users/@me/notes/:id is never answered #1191

Closed kozabrada123 closed 3 months ago

kozabrada123 commented 3 months ago

Describe the bug When sending a request to PUT /users/@me/notes/:id (e.g. https://old.server.spacebar.chat/api/v9/users/@me/notes/1178453432546097428) the request is never answered by the server

To Reproduce

Env and Software info Tested on the staging server, old.server.spacebar.chat, and on a local server

DEVTomatoCake commented 3 months ago

This was fixed in #1175 already, the instance probably just didn't update to it yet - it at least works on my instance.

kozabrada123 commented 3 months ago

Ah, thanks; I didn't seem to find that pr since it doesn't mention this route exactly. Apologies