From 7b9da2cb1fce79ef11a9ccf0be4acb7f48404244 Mon Sep 17 00:00:00 2001 From: ITOH Date: Fri, 4 Jun 2021 16:20:27 +0200 Subject: [PATCH] change: ThreadMetadata#archiverId has been removed --- src/types/channels/threads/thread_metadata.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/channels/threads/thread_metadata.ts b/src/types/channels/threads/thread_metadata.ts index ea67fd966..60d92bbcd 100644 --- a/src/types/channels/threads/thread_metadata.ts +++ b/src/types/channels/threads/thread_metadata.ts @@ -1,8 +1,6 @@ export interface ThreadMetadata { /** Whether the thread is archived */ archived: boolean; - /** Id of the user that last archived or unarchived the thread */ - archiverId?: string; /** Duration in minutes to automatically archive the thread after recent activity */ autoArchiveDuration: 60 | 1440 | 4320 | 10080; // TODO(threads): channel struct should convert this to a unixx