mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 19:15:28 +02:00
feat: store topic title and tags in diffs (#10900)
* feat: store topic title and tags in diffs allow restoring post diff if tags didn't change * test: fix tests, fast computer problems
This commit is contained in:
committed by
GitHub
parent
8e2129f858
commit
b5dd89e1c0
@@ -425,6 +425,7 @@ describe('Post\'s', () => {
|
||||
cid: cid,
|
||||
title: 'topic to edit',
|
||||
content: 'A post to edit',
|
||||
tags: ['nodebb'],
|
||||
}, (err, data) => {
|
||||
assert.ifError(err);
|
||||
pid = data.postData.pid;
|
||||
|
||||
Reference in New Issue
Block a user