1
0

upd: allow users to remove avatars

This commit is contained in:
Marie
2025-03-05 19:48:55 +01:00
parent c5440c20c6
commit daa449152d
3 changed files with 70 additions and 19 deletions
+8
View File
@@ -9064,6 +9064,14 @@ export interface Locale extends ILocale {
*
*/
"followedMessageDescriptionForLockedAccount": string;
/**
* Update avatar
*/
"updateAvatar": string;
/**
* Remove avatar
*/
"removeAvatar": string;
/**
* Update banner
*/