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:
Barış Soner Uşaklı
2022-09-16 22:16:08 -04:00
committed by GitHub
parent 8e2129f858
commit b5dd89e1c0
6 changed files with 68 additions and 36 deletions

View File

@@ -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;