mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
API: Fix race conditions in setText
, appendText
, restoreRevision
This commit is contained in:
parent
cff089e54e
commit
d94f380141
2 changed files with 8 additions and 12 deletions
|
@ -13,6 +13,8 @@
|
|||
* Fixed a potential attribute pool corruption bug with `copyPadWithoutHistory`.
|
||||
* Mappings created by the `createGroupIfNotExistsFor` HTTP API are now removed
|
||||
from the database when the group is deleted.
|
||||
* Fixed race conditions in the `setText`, `appendText`, and `restoreRevision`
|
||||
functions (HTTP API).
|
||||
|
||||
#### For plugin authors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue