diff options
| author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-04-05 19:58:34 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-05 12:58:34 +0300 |
| commit | ecf59d30c55181b25493c170819d2bb223ef28ba (patch) | |
| tree | 4a95d7e58e31e08933fb599cd4d1ffef42ee8c34 /api/src | |
| parent | Revert "Make member.premium_since ISO8601 timestamp" (#710) (diff) | |
| download | server-ts-ecf59d30c55181b25493c170819d2bb223ef28ba.tar.xz | |
User Notes (#707)
* Notes implementation. Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT? * I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page * Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 !
Diffstat (limited to 'api/src')
| -rw-r--r-- | api/src/routes/users/@me/notes.ts | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/api/src/routes/users/@me/notes.ts b/api/src/routes/users/@me/notes.ts |
