Chg: 初期設定時にiconの代替値を設定せず、アイコンがない場合はフロントエンドに任せるように
This commit is contained in:
@@ -9,7 +9,7 @@ export default interface ServerInfo {
|
||||
response: (Success & {
|
||||
name: string | null;
|
||||
description: string | null;
|
||||
icon: string;
|
||||
icon: string | null;
|
||||
isInitialized: boolean;
|
||||
isFirstAdminExists: boolean;
|
||||
userCount: number;
|
||||
|
||||
Reference in New Issue
Block a user