enhance(backend): アカウントでチャットが有効になっているかどうかをユーザーのレスポンスに含めるように
This commit is contained in:
parent
0c14250678
commit
dec3e86e5e
3 changed files with 6 additions and 0 deletions
|
|
@ -4057,6 +4057,7 @@ export type components = {
|
|||
followersVisibility: 'public' | 'followers' | 'private';
|
||||
/** @enum {string} */
|
||||
chatScope: 'everyone' | 'following' | 'followers' | 'mutual' | 'none';
|
||||
canChat: boolean;
|
||||
roles: components['schemas']['RoleLite'][];
|
||||
followedMessage?: string | null;
|
||||
memo: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue