mirror of
https://github.com/discourse/discourse.git
synced 2025-03-29 14:00:24 +08:00

This commit extends the plugin API introduced in 40fd82e2d1
to the `Bookmark` and `Notification` models. It also refactors the code that's responsible for loading items in the experimental menu to use `async`...`await` instead of `Promise`s.