mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
fix(api): 🐛 Properly edit username when asked via API
This commit is contained in:
parent
e013362ac4
commit
f341f58a73
|
|
@ -321,6 +321,7 @@ export default (app: Hono) =>
|
||||||
|
|
||||||
await user.update({
|
await user.update({
|
||||||
displayName: self.displayName,
|
displayName: self.displayName,
|
||||||
|
username: self.username,
|
||||||
note: self.note,
|
note: self.note,
|
||||||
avatar: self.avatar,
|
avatar: self.avatar,
|
||||||
header: self.header,
|
header: self.header,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue