lgerard-pass
lgerard-pass
It might be possible to do so by using the image digest inside of a tag. This has drawbacks like if the pinned image becomes unavailable. But it could solve...
I think this is actually already supported from what I can read in the documentation from the library that is used to make those request : https://docs.rs/reqwest/latest/reqwest/index.html#proxies I've tried to...
From what I've seen, the search endpoint only looks in the name or title column for communities. Communities don't have the `@instance_id` in the name column, so when the filter...
I've put together a small PR that should handle the case of searching for a remote community when it's already in the local DB.
Ok so from what I understand, to resolve an actorID like : `[email protected]`, you would need to call the `/resolve_object` endpoint ? When I do the search here : https://lemmy.ml/search?q=!ukraine%40sopuli.xyz&type=Communities&listingType=All&page=1&sort=TopAll...
Okay thanks for that explanation I'll close that PR and continue the discussion on the original issue (https://github.com/LemmyNet/lemmy/issues/3498)