Change profile name for yourself (#1913)

* feat: change profile name

* fix: unnecessary return
This commit is contained in:
LeonardoBein
2022-07-21 07:26:51 -03:00
committed by GitHub
parent 847a1dd571
commit b42be6bce4
4 changed files with 25 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ export type ChatModification =
archive: boolean
lastMessages: LastMessageList
} |
{
pushNameSetting: string
} |
{
pin: boolean
} |