Results 1407 comments of Nutomic

Right, if the group is hosted by Wordpress then you need to send `Announce` with `Create` as object. I just dont have a full example for that around.

The error indicates that there is more than one group with the same `featured` url. Looks like this is happening because the group id known to lemmy.ml is `https://pfefferle.org/@pfefferle.org` but...

One thing I notice is that your activity id is not randomly generated. Is it possible that you sent multiple different activities with the same id? In that case Lemmy...

> As far as I understand, comment synchronization seems to rely on the group actor’s Announce activity. What happens if the group actor does not exist in a given implementation?...

Implementing this directly in Lemmy is tricky, as it could easily overload instances by fetching data too quickly. It would probably be better and more flexible to implement it as...

Im not sure if its worth to add an extra setting for this, we could remove caching for these endpoints to keep it simple.

Seems very useful. An alternative way to implement this would be as "default subscriptions", ie an admin-configured list of communities which new users follow by default.

Good point about multi-communities. When that is implemented it would be as easy as adding a field to `local_site.suggested_communities` with ID of a multi-community, and UIs could render that as...

Its because `verbose` is not a valid log level, it should be `trace` instead. Can you change that? https://docs.rs/env_logger/latest/env_logger/#enabling-logging

From what I can see this hasnt been implemented yet. Moving this to lemmy-ui as thats where the main changes would have to be implemented (backend doesnt know about scrolling).