Pad: Run padLoad hook asynchronously

This commit is contained in:
Richard Hansen 2022-04-08 03:18:47 -04:00
parent b38d66b30b
commit 07146591dd
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@
* `padCreate`: The `author` context property is deprecated; use the new
`authorId` context property instead.
* `padLoad`: Now runs when a temporary Pad object is created during import.
Also, it now runs asynchronously.
* `padRemove`: The `padID` context property is deprecated; use `pad.id`
instead.
* `padUpdate`: The `author` context property is deprecated; use the new