diff --git a/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx b/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx index df3980b91b..db36d1cd74 100644 --- a/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx +++ b/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx @@ -537,7 +537,7 @@ class AdvancedCreatePost extends React.PureComponent { const updatedDraft = { ...this.props.draft, ...this.draftsForChannel[channelId], - id: this.draftsForChannel[channelId]?.id ?? this.props.draft.id, + id: this.props.draft.id, timestamp: scheduleUTCTimestamp, channelId, remote: false,