

reports don’t federate in all cases.
currently, only accounts on the community instance get 100% report coverage, as they are sent only to the reporter’s instance, the reported user’s instance and the community instance currently. afaik this is supposed to get better with lemmy 1.0 eventually, but this is what we have to work with for now. resolving reports on another instance won’t resolve them on LW, unless you remove the associated post/comment. this should however not impact visibility when you do check on your LW account.
tbh it’s probably not going to be too complicated to switch to 1.0. the current api is generated from lemmy-js-client, but 1.0 api has an official openapi file. if there is a decently usable openapi generator for go that would probably not be too complicated to swap in instead and adjust the api calls in mlmym code.