Currently lemmy-ui uses some really overly complicated logic to create a wrappedClient so it can interpret the responses as request states.
We should get rid of this so that lemmy-ui doesn't need to use a wrapped-client, and can just use LemmyHttp directly.
Context: LemmyNet/lemmy-ui#4025
Currently lemmy-ui uses some really overly complicated logic to create a
wrappedClientso it can interpret the responses as request states.We should get rid of this so that lemmy-ui doesn't need to use a wrapped-client, and can just use
LemmyHttpdirectly.Context: LemmyNet/lemmy-ui#4025