Nutomic
Nutomic
We could store the url, as well as `alias` for local images. Then if alias is not null, that would indicate its a local image (so no need for separate...
> would it be possible to automatically wrap every api route in plugin calls? just a global generic handler, idk if the router you're using allows this Good thinking. Ive...
> Will people be able to install plugins for their own communities, or will plugins only be for the entire instance? Plugins have access to all the data that is...
I wrote [documentation on how to create plugins](https://github.com/LemmyNet/lemmy-docs/blob/plugins/src/contributors/08-plugins.md). If you write a plugin let me know how it goes!
@neuronicnobody Thanks for testing! I didnt test loading multiple plugins before so that was broken, but now its working in my testing. However your plugin (downloaded wasm from git repo)...
@neuronicnobody Youre right, with the other file it works as expected.
@Die4Ever WIth the current implementation in this PR, plugins can add extra data to existing API responses which can be used by alternative frontends. We could also allow plugins to...
This is probably also fixed by https://github.com/LemmyNet/lemmy/pull/4713 then.
This can be done with https://github.com/LemmyNet/lemmy/issues/1772, so that only some image upload endpoints would be disable (eg upload post image), while endpoints like upload user avatar could remain enabled. Also...
I think it makes sense to disable edits after some time. But making this configurable is unnecessarily complicated, I think a hardcoded value of 7 days or so would be...