mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-08 02:11:50 +00:00
READY changes for threads ported from #876
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user