mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
@@ -64,6 +64,12 @@ class CreateChatSessionInput {
|
||||
|
||||
@Field(() => Boolean, { nullable: true })
|
||||
pinned?: boolean;
|
||||
|
||||
@Field(() => Boolean, {
|
||||
nullable: true,
|
||||
description: 'true by default, compliant for old version',
|
||||
})
|
||||
reuseLatestChat?: boolean;
|
||||
}
|
||||
|
||||
@InputType()
|
||||
|
||||
Reference in New Issue
Block a user