(cherry picked from commit 34df44ab53)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
70fcb58d36
commit
e0cc1acaa6
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export async function createPost(serverUrl: string, post: Partial<Post>, files:
|
|||
|
||||
let created;
|
||||
try {
|
||||
created = await client.createPost(newPost);
|
||||
created = await client.createPost({...newPost, create_at: 0});
|
||||
} catch (error) {
|
||||
logDebug('Error sending a post', error);
|
||||
const errorPost = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue