upd: allow users to remove avatars
This commit is contained in:
Vendored
+8
@@ -9064,6 +9064,14 @@ export interface Locale extends ILocale {
|
||||
* フォローを承認制にしている場合、フォローリクエストを許可した時に表示されます。
|
||||
*/
|
||||
"followedMessageDescriptionForLockedAccount": string;
|
||||
/**
|
||||
* Update avatar
|
||||
*/
|
||||
"updateAvatar": string;
|
||||
/**
|
||||
* Remove avatar
|
||||
*/
|
||||
"removeAvatar": string;
|
||||
/**
|
||||
* Update banner
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user