Skip to main content


How to create a post from an external fediverse account?


I see that I can comment on a post from an external account, and I also see that I can even make an external account a moderator in a community I administer. The question is, how can an external account create a post in a community it is subscribed to? Does that account have to create an account in the lemmy instance and login first?
in reply to Rahul Gopinath

The "external account"'s platform would need to have activitypub group support. I admit I've not played around with this enough, but it's to me understanding that if your platform supports posting to ActivityPub groups, then they can post to Lemmy communities.
in reply to JackFromWisconsin

ActivityPub is pretty broad so "group support" isn't really sufficient, in the same way that Note support doesn't automatically make your implementation compatible with miskey, pleroma, or mastodon. Two different implementations could send messages of different types or address them in different ways.
in reply to JackFromWisconsin

I see that I can reply to a post in Lemmy from Mastodon by using the @user@lemmy.ml notation. If I wan to post on say !seresearch@lemmy.ml from Mastodon, what incantation should I use?
in reply to Rahul Gopinath

I'd be interested in knowing this too. I'm in the process of building AP support into my website and I'd like to be able to post to Lemmy communities from my site.

I know "group support" is required, but I specifically would need to know stuff about addressing and the message format. Are Lemmy posts Link objects? Do I put the community's id in the to field or audience.
in reply to Rahul Gopinath

A lemmy post, being a link aggregator, has other fields that twitter-type services don't have in their simple notes. IE, a post title, link, body, etc.

Issue for this: https://github.com/LemmyNet/lemmy/issues/2590
This entry was edited (1 year ago)
in reply to Rahul Gopinath

On Friendica, all you need is to !-mention the community where you want your post to appear

Lemmy Support reshared this.