mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 17:23:22 +03:00
[PR #273] fix(account): call correct function to set own profile picture #891
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/pocket-id/pocket-id/pull/273
State: closed
Merged: Yes
Very minor fix to allow setting ones own profile picture.
Issue
When uploading a picture on
/settings/account, a 500 is returned by the backend due to an invalid UUID.Fix
Call the correct function to populate the UUID with ones own.