mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
PadMessageHandler: Fix USER_CHANGES
queue identifier
`message.padId` is normally undefined for `USER_CHANGES` messages.
This commit is contained in:
parent
c59cbb537a
commit
bdbde88fed
2 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
(not yet released)
|
||||
|
||||
### Notable enhancements and fixes
|
||||
|
||||
* Fixed a bug that caused all pad edit messages received at the server to go
|
||||
through a single queue. Now there is a separate queue per pad as intended,
|
||||
which should reduce message processing latency when many pads are active at
|
||||
the same time.
|
||||
|
||||
# 1.8.16
|
||||
|
||||
### Security fixes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue