mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Pad: Don't create no-op revisions
This commit is contained in:
parent
56b7671422
commit
a370cfa5c6
6 changed files with 18 additions and 12 deletions
|
@ -85,5 +85,5 @@ exports.setPadHTML = async (pad, html) => {
|
|||
|
||||
apiLogger.debug(`The changeset: ${theChangeset}`);
|
||||
await pad.setText('\n');
|
||||
if (!Changeset.isIdentity(theChangeset)) await pad.appendRevision(theChangeset);
|
||||
await pad.appendRevision(theChangeset);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue