Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a memory timing issue #200

Open
sagar-vaghela opened this issue Jun 25, 2024 · 5 comments · May be fixed by #202
Open

create a memory timing issue #200

sagar-vaghela opened this issue Jun 25, 2024 · 5 comments · May be fixed by #202

Comments

@sagar-vaghela
Copy link

sagar-vaghela commented Jun 25, 2024

create a memory timing issue
The past date is stored in the database while creating new memories.

Screen.Recording.2024-06-25.at.3.01.24.PM.mov
@reachAnushaKondam reachAnushaKondam linked a pull request Jun 26, 2024 that will close this issue
@shivansh84ya
Copy link

@sagar-vaghela, please assign this issue to me so I can work on resolving the problem.

@sagar-vaghela
Copy link
Author

It is already fixed by @ansuha.

PR already raised. please review and merge

@Santosh130602
Copy link

Hii @sagar-vaghela , you do not need to do any thing, only you update your server > models > postMessage.js file by this code
`import mongoose from 'mongoose';

const postSchema = mongoose.Schema(
{
title: String,
message: String,
creator: String,
tags: [String],
selectedFile: String,
likeCount: {
type: Number,
default: 0,
},
},
{ timestamps: true }
);

var PostMessage = mongoose.model('PostMessage', postSchema);

export default PostMessage;
`

@manan228
Copy link

@sagar-vaghela is it still open?, if yes please assign it to me, I can fix this issue

@raunak076
Copy link

Please assign this issue to me . We have solved this issue by changing the timestamps value and date.now() while adding post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants