mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 00:56:13 +01:00
feat: PUT /chats/:roomId/:mid
This commit is contained in:
@@ -20,6 +20,7 @@ require('./rooms')(Messaging);
|
||||
require('./unread')(Messaging);
|
||||
require('./notifications')(Messaging);
|
||||
|
||||
Messaging.messageExists = async mid => db.exists(`message:${mid}`);
|
||||
|
||||
Messaging.getMessages = async (params) => {
|
||||
const isNew = params.isNew || false;
|
||||
|
||||
Reference in New Issue
Block a user