mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-composer-quill.git
synced 2025-10-03 21:21:41 +08:00
fix: #226, fix return
This commit is contained in:
parent
048c5f949e
commit
ae844dcf29
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ plugin.savePostQueue = async (data) => {
|
|||
|
||||
plugin.saveChat = (data, callback) => {
|
||||
if (data.system) {
|
||||
return setImmediate(callback, null, data);
|
||||
return callback(null, data);
|
||||
}
|
||||
|
||||
data.quillDelta = data.content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue