summary refs log tree commit diff
path: root/src/schemas/uncategorised/ChannelModifySchema.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-29 20:37:08 +0100
committerRory& <root@rory.gay>2026-01-29 20:37:08 +0100
commitb97e9e03a0ec42e05eaec0b830a0018d650d0c8e (patch)
tree5c0c665310aefbb992ab24357446ffd4473bb40d /src/schemas/uncategorised/ChannelModifySchema.ts
parentChannel/thread util methods ported from #876 (diff)
downloadserver-ts-b97e9e03a0ec42e05eaec0b830a0018d650d0c8e.tar.xz
READY changes for threads ported from #876
Diffstat (limited to 'src/schemas/uncategorised/ChannelModifySchema.ts')
-rw-r--r--src/schemas/uncategorised/ChannelModifySchema.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/schemas/uncategorised/ChannelModifySchema.ts b/src/schemas/uncategorised/ChannelModifySchema.ts

index 226b9ea1..6cfe340c 100644 --- a/src/schemas/uncategorised/ChannelModifySchema.ts +++ b/src/schemas/uncategorised/ChannelModifySchema.ts
@@ -45,4 +45,7 @@ export interface ChannelModifySchema { flags?: number; default_thread_rate_limit_per_user?: number; video_quality_mode?: number; + auto_archive_duration?: number; + archived?: boolean; + locked?: boolean; }