mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
refactor: messaging
This commit is contained in:
@@ -11,6 +11,6 @@ module.exports = function (Messaging) {
|
||||
throw new Error('[[error:chat-' + field + '-already]]');
|
||||
}
|
||||
|
||||
return await Messaging.setMessageField(mid, 'deleted', state);
|
||||
await Messaging.setMessageField(mid, 'deleted', state);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user