| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Taureon <taureon@noreply.codeberg.org>
|
DCO'd |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently, if you're not immediately using the cached objects when given, it's pretty hard to make use of them.
In order to pass them around (which you do very often in complex projects), you either have to consume it into your own custom wrapper or you reimplement the (for example in my case) HydratedMessage type which means installing more dependencies into your own project because of solid.
This PR makes the messageUpdate and messageDelete events easier to use.