diff --git a/app/actions/remote/post.ts b/app/actions/remote/post.ts index e826df679..514024942 100644 --- a/app/actions/remote/post.ts +++ b/app/actions/remote/post.ts @@ -132,7 +132,7 @@ export async function createPost(serverUrl: string, post: Partial, files: let created; try { - created = await client.createPost(newPost); + created = await client.createPost({...newPost, create_at: 0}); } catch (error) { logDebug('Error sending a post', getFullErrorMessage(error)); const errorPost = {