READY changes for threads ported from #876

This commit is contained in:
Rory&
2026-01-29 20:37:08 +01:00
parent e937aae191
commit b97e9e03a0
5 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export enum ChannelPermissionOverwriteType {
member = 1,
group = 2,
}
export interface threadMetadata {
export interface ThreadMetadata {
archived: boolean;
auto_archive_duration: number;
archive_timestamp: string;