convo successfully changes on convo click

This commit is contained in:
Daniel Avila 2023-02-06 18:25:11 -05:00
parent d35ed31b20
commit c7c50dbbab
9 changed files with 76 additions and 25 deletions

View file

@ -40,5 +40,5 @@ module.exports = {
text
});
},
Message,
getMessages: async (filter) => await Message.find(filter).exec(),
}