<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What would cross-posting between instances look like in ActivityPub?]]></title><description><![CDATA[<p dir="auto">Following up on <a href="https://community.nodebb.org/topic/18735/how-do-piefed-lemmy-mbin-handle-cross-posting" rel="nofollow ugc">this question I asked back in late March</a>, I wanted to continue thinking about how one would handle cross-posting between categories/communities, given that there isn't current consensus on it, and <em>especially</em> given that NodeBB—as of v4.3.0—<a href="https://community.nodebb.org/topic/18788/nodebb-v4.3.0-remote-categories-are-a-go" rel="nofollow ugc">can now see and browse remote categories</a>.</p>
<p dir="auto">From that original topic, we can distil the following:</p>
<ol>
<li>Both PieFed and Mbin do not natively handle cross-posts, a new entity is made with the crucial bits (link, text, possibly title) copied over and changed if needed, sometimes a <em>"cross-posted from..."</em> helper text is prepended.</li>
<li>There are legitimate concerns that a cross-post might not succeed depending on privilege settings on the receiving end, so a pre-flight check (or explicit rejection) of some kind might be required.</li>
<li>Cross-posting can be done by the original author, or another user.</li>
</ol>
<p dir="auto">So were an FEP to be written, we'd center it around the following assumptions:</p>
<ul>
<li>"A user (which may or may not be the object author) is sharing an object to additional audiences"</li>
<li>We would use the existing <code>Announce(Object)</code> model</li>
<li>We would not use <code>Announce(Activity)</code> because it is not the original object <em>creation</em> that is being announced, but the object itself, to a new audience.</li>
<li>Some form of <code>Reject</code> handling would be required for cases where the cross-post is not allowed</li>
<li>How the receiver handles the activity is out-of-scope of the FEP. It could be that the original object is contained within multiple categories/communities, or a duplicate object could be created — implementor's choice.</li>
</ul>
<p dir="auto">This is <strong>very similar</strong> to an existing announce/boost/reshare, except that instead of addressing the activity to followers list you are addressing it to a group actor's inbox.</p>
<p dir="auto">Some additional questions:</p>
<ol>
<li>Is there desire from PieFed/Lemmy/Mbin for supporting incoming (and possibly outgoing) federation of cross-posting?</li>
<li>What exactly happens currently if a Group actor receives an <code>Announce(Object)</code>? My guess is nothing, currently, but let me know otherwise &lt;img class="not-responsive emoji" src="<a href="https://community.nodebb.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=aafd56e36a3" rel="nofollow ugc">https://community.nodebb.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=aafd56e36a3</a>" title="<img src="https://bb.devnull.land/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=031acc985fc" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":smile:" alt="😄" />" /&gt;</li>
<li>Would this allow you to accept cross-posts from other AP applications without needing to refactor any existing code?</li>
<li>Duplicating the object would mean the discussion is split between objects. The ideal implementation would be the <strong>same</strong> object present in multiple categories/communities. Is there desire for this in the threadiverse?</li>
</ol>
<p dir="auto"><a href="https://community.nodebb.org/user/rimu%40piefed.social" rel="nofollow ugc">@rimu@piefed.social</a> <a href="https://community.nodebb.org/user/andrew_s%40piefed.social" rel="nofollow ugc">@andrew_s@piefed.social</a> <a href="https://community.nodebb.org/user/melroy%40kbin.melroy.org" rel="nofollow ugc">@melroy@kbin.melroy.org</a> <a href="https://community.nodebb.org/user/bentigorlich%40gehirneimer.de" rel="nofollow ugc">@bentigorlich@gehirneimer.de</a> <a href="https://community.nodebb.org/user/nutomic%40lemmy.ml" rel="nofollow ugc">@nutomic@lemmy.ml</a> <a href="https://community.nodebb.org/user/angusmcleod%40mastodon.social" rel="nofollow ugc">@angusmcleod@mastodon.social</a></p>
]]></description><link>https://bb.devnull.land/topic/f4729ce7-13f0-42fb-ba73-70ed20060b28/what-would-cross-posting-between-instances-look-like-in-activitypub</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 02:19:31 GMT</lastBuildDate><atom:link href="https://bb.devnull.land/topic/f4729ce7-13f0-42fb-ba73-70ed20060b28.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 May 2025 16:11:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Fri, 29 May 2026 19:19:46 GMT]]></title><description><![CDATA[<p dir="auto">Well... in most respects, I think you've got it. However, in my mind, a cross-post is merely an activity that references the original object. So there's no forwarding of comments to the primary community, the post belongs to the primary community, it also just happens to also belong to the secondary community.</p>
<p dir="auto">There's no backreference for it, though, which I don't really like. It'd be better if a cross-post was approved and then the object itself updated a <code>crossposts</code> collection or something. I was toying with the idea of maybe using <code>Offer</code> to signify that action, but I wasn't too invested in making it happen.</p>
]]></description><link>https://bb.devnull.land/post/https://activitypub.space/post/1973</link><guid isPermaLink="true">https://bb.devnull.land/post/https://activitypub.space/post/1973</guid><dc:creator><![CDATA[julian@activitypub.space]]></dc:creator><pubDate>Fri, 29 May 2026 19:19:46 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Fri, 29 May 2026 19:15:44 GMT]]></title><description><![CDATA[<p>So you send a <code>Create</code> to the primary community, and then <code>CrossPost</code> to secondary communities. All comments are forwarded to the primary community. The primary communities also moderates the thread.</p><p>I am understanding it correctly?</p><p>This sounds similar to a "repost" in blogo-verse.</p><p>And the current implementation (with separate entities) is more similar to quote posts.</p>]]></description><link>https://bb.devnull.land/post/https://mitra.social/objects/019e7529-f686-7562-830b-34fd334a168e</link><guid isPermaLink="true">https://bb.devnull.land/post/https://mitra.social/objects/019e7529-f686-7562-830b-34fd334a168e</guid><dc:creator><![CDATA[silverpill@mitra.social]]></dc:creator><pubDate>Fri, 29 May 2026 19:15:44 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Fri, 29 May 2026 19:01:22 GMT]]></title><description><![CDATA[<p dir="auto">That would be simplest but doesn't allow for third parties to cross post. So I think a separate activity would be needed.</p>
]]></description><link>https://bb.devnull.land/post/https://activitypub.space/post/1972</link><guid isPermaLink="true">https://bb.devnull.land/post/https://activitypub.space/post/1972</guid><dc:creator><![CDATA[julian@activitypub.space]]></dc:creator><pubDate>Fri, 29 May 2026 19:01:22 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Fri, 29 May 2026 18:59:26 GMT]]></title><description><![CDATA[<p>If you were to implement federated cross-posting, how it would work? A post addressed to multiple communities (more than 1 item in <code>audience</code>)?</p>]]></description><link>https://bb.devnull.land/post/https://mitra.social/objects/019e751b-0840-75d1-add0-7bea05f29ad8</link><guid isPermaLink="true">https://bb.devnull.land/post/https://mitra.social/objects/019e751b-0840-75d1-add0-7bea05f29ad8</guid><dc:creator><![CDATA[silverpill@mitra.social]]></dc:creator><pubDate>Fri, 29 May 2026 18:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Fri, 29 May 2026 17:51:38 GMT]]></title><description><![CDATA[<p dir="auto">It was noted that there were some social barriers that would be crossed if federated cross-posting were implemented.</p>
<p dir="auto">Namely, tribalism exists in all corners of the fediverse (related; see Jaz' "million fediverses" blog post). It is more pronounced in the threadiverse because there are explicit fences around communities, e.g. sports team, political leanings, etc.</p>
<p dir="auto">There is the potential for abuse to occur if cross-posting were made available to users. e.g. enabling dogpiling by cross-posting to a community who does not share the values of the original post.</p>
<p dir="auto">In and of itself that's not a reason to <strong>not</strong> move forward with this. I went ahead and implemented cross-posting in NodeBB itself, but only locally. That is, remote posts can be cross-posted to local categories, but not the other way around. It's worth noting that me doing this <em>already</em> enables the dogpiling behaviour, though NodeBB forums <em>in general</em> aren't really all that tribalistic so in practice there have been no issues.</p>
<p dir="auto">As far as I know, Piefed and Lemmy still treat cross-posts as separate entities. However, they both have independent implementations where similar posts (those that have the same <code>Link</code>, I think) are "linked" in a manner of sorts. Browsing the comments of one post would show comments from similar posts across different communities.</p>
<p dir="auto">NodeBB does not do this because we do not group content together by <code>Link</code>.</p>
]]></description><link>https://bb.devnull.land/post/https://activitypub.space/post/1971</link><guid isPermaLink="true">https://bb.devnull.land/post/https://activitypub.space/post/1971</guid><dc:creator><![CDATA[julian@activitypub.space]]></dc:creator><pubDate>Fri, 29 May 2026 17:51:38 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Fri, 29 May 2026 16:02:22 GMT]]></title><description><![CDATA[<p><span><a href="/user/julian%40community.nodebb.org" rel="noopener">@julian</a></span> Hi, what's the status of this? Is cross-posting still done by making a copy of a post?</p>]]></description><link>https://bb.devnull.land/post/https://mitra.social/objects/019e7478-ec85-7c40-90d8-e5f6bdb410d2</link><guid isPermaLink="true">https://bb.devnull.land/post/https://mitra.social/objects/019e7478-ec85-7c40-90d8-e5f6bdb410d2</guid><dc:creator><![CDATA[silverpill@mitra.social]]></dc:creator><pubDate>Fri, 29 May 2026 16:02:22 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Thu, 15 May 2025 15:45:24 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a href="https://community.nodebb.org/user/rimu%40piefed.social" rel="nofollow ugc">@rimu@piefed.social</a> thanks for responding (and sorry for the late reply!)</p>
<p dir="auto">I am not married to the <code>Announce([Article|Note|Page])</code> approach, so I am definitely open to <code>Create([Article|Note|Page])</code> with a back-reference. I think I went the former direction because there is a known fallback mechanism — the <code>Announce</code> is treated as a share/boost/repost as normal. However, sending the <code>Create</code> also is fine I think.</p>
<ol>
<li>However, <strong>do we need a backreference</strong>? In my limited research, it seems that Piefed, et al. picks the first <code>Group</code> actor and associates the post with that community. If I sent over a <code>Create(Article)</code> with two <code>Group</code> actors addressed, could Piefed associate the post with the first, and initiate a cross-post with the remaining <code>Group</code> actors?</li>
<li>Secondly, is how to handle sync. 1b12 relies on communities having reciprocal followers in order for two-way synchronization to be established. On my end since I know it is cross-posted I will now send <code>1b12</code> activities to cross-posted communities, but can Piefed, et al. send 1b12 activities back as well, <em>in the absence of followers</em>?</li>
</ol>
<p dir="auto">cc <a href="https://community.nodebb.org/user/andrew_s%40piefed.social" rel="nofollow ugc">@andrew_s@piefed.social</a> <a href="https://community.nodebb.org/user/nutomic%40lemmy.ml" rel="nofollow ugc">@nutomic@lemmy.ml</a> <a href="https://community.nodebb.org/user/melroy%40kbin.melroy.org" rel="nofollow ugc">@melroy@kbin.melroy.org</a> <a href="https://community.nodebb.org/user/bentigorlich%40gehirneimer.de" rel="nofollow ugc">@bentigorlich@gehirneimer.de</a></p>
]]></description><link>https://bb.devnull.land/post/https://community.nodebb.org/post/104524</link><guid isPermaLink="true">https://bb.devnull.land/post/https://community.nodebb.org/post/104524</guid><dc:creator><![CDATA[julian@community.nodebb.org]]></dc:creator><pubDate>Thu, 15 May 2025 15:45:24 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Thu, 15 May 2025 15:28:05 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/projectmoon%40forum.agnos.is" rel="nofollow ugc">@projectmoon@forum.agnos.is</a> basically, yes. It would be a little too involved to upend the entire system to support <strong>multiple cids per topic</strong> — a lot of our existing code relies on <code>cid</code> being a single value.</p>
<p dir="auto">This would be an add-on logic of sorts, where each topic has a <em>canonical category</em>, but can also be cross-posted to other communities/categories.</p>
]]></description><link>https://bb.devnull.land/post/https://community.nodebb.org/post/104523</link><guid isPermaLink="true">https://bb.devnull.land/post/https://community.nodebb.org/post/104523</guid><dc:creator><![CDATA[julian@community.nodebb.org]]></dc:creator><pubDate>Thu, 15 May 2025 15:28:05 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 19:53:10 GMT]]></title><description><![CDATA[<p dir="auto">I haven't looked into the differences between their implementation and how groups are implemented using 1b12, but what I have discovered is that the 1b12 community is much larger than I gave it credit for.</p>
]]></description><link>https://bb.devnull.land/post/https://community.nodebb.org/post/104444</link><guid isPermaLink="true">https://bb.devnull.land/post/https://community.nodebb.org/post/104444</guid><dc:creator><![CDATA[julian@community.nodebb.org]]></dc:creator><pubDate>Tue, 06 May 2025 19:53:10 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 19:15:35 GMT]]></title><description><![CDATA[<p>THanks ... turns out I knew about that: the implementation for the NLNet grant, but never released. My impression is that it's been on hold since then, and there's so much other discussions of group-releated FEPs that I certainly hope they'll incorporate newer thinking if and when it moves forward.</p>]]></description><link>https://bb.devnull.land/post/https://socialhub.activitypub.rocks/ap/object/f9b6e70d8f3dc21218b48cec603117a9</link><guid isPermaLink="true">https://bb.devnull.land/post/https://socialhub.activitypub.rocks/ap/object/f9b6e70d8f3dc21218b48cec603117a9</guid><dc:creator><![CDATA[jdp23@socialhub.activitypub.rocks]]></dc:creator><pubDate>Tue, 06 May 2025 19:15:35 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 11:12:58 GMT]]></title><description><![CDATA[<p><a href="https://github.com/mastodon/mastodon/pull/19059">https://github.com/mastodon/mastodon/pull/19059</a></p>]]></description><link>https://bb.devnull.land/post/https://socialhub.activitypub.rocks/ap/object/9c2dfd25e3ff9d6fa0aa77278c0a5402</link><guid isPermaLink="true">https://bb.devnull.land/post/https://socialhub.activitypub.rocks/ap/object/9c2dfd25e3ff9d6fa0aa77278c0a5402</guid><dc:creator><![CDATA[erlend_sh@socialhub.activitypub.rocks]]></dc:creator><pubDate>Tue, 06 May 2025 11:12:58 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 10:12:14 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Duplicating the object would mean the discussion is split between objects. The ideal implementation would be the <strong>same</strong> object present in multiple categories/communities. Is there desire for this in the threadiverse?</p>
</blockquote>
<p dir="auto">If the link goes to a controversial news article and it's get posted into pro- and against- community/group the comments will spiral out of control and it won't be a pleasant place.</p>
<p dir="auto">Maybe it could be implemented as a toggle per group/instance within one fedi software. It shouldn't be in Activity Pub protocol.</p>
]]></description><link>https://bb.devnull.land/post/https://szmer.info/comment/9874059</link><guid isPermaLink="true">https://bb.devnull.land/post/https://szmer.info/comment/9874059</guid><dc:creator><![CDATA[ludrol@szmer.info]]></dc:creator><pubDate>Tue, 06 May 2025 10:12:14 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 05:56:27 GMT]]></title><description><![CDATA[gunchleoc:<blockquote><p>Mastodon is currently working on a spec for their groups implementation.</p></blockquote><p> Any links to this and/or discussion of how it relates to other FEPs?</p>]]></description><link>https://bb.devnull.land/post/https://socialhub.activitypub.rocks/ap/object/dbaf868a07d9e7424b113250077af873</link><guid isPermaLink="true">https://bb.devnull.land/post/https://socialhub.activitypub.rocks/ap/object/dbaf868a07d9e7424b113250077af873</guid><dc:creator><![CDATA[jdp23@socialhub.activitypub.rocks]]></dc:creator><pubDate>Tue, 06 May 2025 05:56:27 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 05:54:06 GMT]]></title><description><![CDATA[<p dir="auto">IMO The simplest way would be to garnish a bit of extra data onto the normal FEP 1b12 process.</p>
<p dir="auto">Create a new post (Create -&gt; Page to the instance that hosts the community, which in turn does Announce -&gt; Create -&gt; Page to followers) and add an extra field to the <code>Page</code> which is the URL of the original post. That will establish the association.</p>
<p dir="auto">To reject the cross-post, return HTTP 400 (403?) to the POST to the inbox on the initial Create -&gt; Page ? Or send a Reject activity, either way is fine but the 400 seems easiest. Lemmy returns 400 for a lot of things so we have some prior art in that direction.</p>
]]></description><link>https://bb.devnull.land/post/https://piefed.social/comment/5969625</link><guid isPermaLink="true">https://bb.devnull.land/post/https://piefed.social/comment/5969625</guid><dc:creator><![CDATA[rimu@piefed.social]]></dc:creator><pubDate>Tue, 06 May 2025 05:54:06 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 04:44:06 GMT]]></title><description><![CDATA[<p><span><a href="/user/julian%40community.nodebb.org">@<span>julian</span></a></span> <span><a href="/user/kirkmoodey%40universeodon.com">@<span>kirkmoodey</span></a></span> Mastodon is currently working on a spec for their groups implementation. Maybe get everybody together to hash out a common spec, including those who already have a group implementation like Friendica/Hubzilla, Misskey/IceShrimp/Sharkey, Pleroma/Akkoma?</p>]]></description><link>https://bb.devnull.land/post/https://mastodon.scot/users/gunchleoc/statuses/114459059566163901</link><guid isPermaLink="true">https://bb.devnull.land/post/https://mastodon.scot/users/gunchleoc/statuses/114459059566163901</guid><dc:creator><![CDATA[gunchleoc@mastodon.scot]]></dc:creator><pubDate>Tue, 06 May 2025 04:44:06 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Tue, 06 May 2025 04:36:24 GMT]]></title><description><![CDATA[<p><span><a href="/user/julian%40community.nodebb.org">@<span>julian</span></a></span> <span><a href="/user/rimu%40piefed.social">@<span>rimu</span></a></span> <span><a href="/user/andrew_s%40piefed.social">@<span>andrew_s</span></a></span> <span><a href="/user/melroy%40kbin.melroy.org">@<span>melroy</span></a></span> <span><a href="/user/bentigorlich%40gehirneimer.de">@<span>BentiGorlich</span></a></span> <span><a href="/user/nutomic%40lemmy.ml">@<span>nutomic</span></a></span> <span><a href="/user/angusmcleod%40mastodon.social">@<span>angusmcleod</span></a></span> say I make a video and post it somewhere I can set comments subject to approval. A forum or link aggregator whose moderation I trust posts a link to my video. I think I would like to approve a whole discussion that I am confident is moderated appropriately, but not all discussions, and also treat my reactions to individual comments as approvals for display at the publication site.</p><p>So I think I would want granularity, deciding whether my content is linked or cross posted, and whether I want to treat the remote discussion as a cross post to my comments section. But I would definitely want it to be the same object. In as far as I would have any duplication the cross post would be best thought of as nested under the post object.</p>]]></description><link>https://bb.devnull.land/post/https://mastodon.au/users/octarine_wiggle/statuses/114459029334588091</link><guid isPermaLink="true">https://bb.devnull.land/post/https://mastodon.au/users/octarine_wiggle/statuses/114459029334588091</guid><dc:creator><![CDATA[octarine_wiggle@mastodon.au]]></dc:creator><pubDate>Tue, 06 May 2025 04:36:24 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Mon, 05 May 2025 20:15:24 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/kirkmoodey%40universeodon.com" rel="nofollow ugc">@kirkmoodey@universeodon.com</a> yes, Mastodon compatibility is lacklustre but that's partly because the <em>architecture</em> of Mastodon doesn't lend itself well to categorical organization. That's not a criticism, merely a difference that we have to consider.</p>
<p dir="auto">Currently, when a user addresses multiple communities, then the existing software (NodeBB included) uses the first one. How the rest of the addressed communities are handled is what's of interest here.</p>
]]></description><link>https://bb.devnull.land/post/https://community.nodebb.org/post/104433</link><guid isPermaLink="true">https://bb.devnull.land/post/https://community.nodebb.org/post/104433</guid><dc:creator><![CDATA[julian@community.nodebb.org]]></dc:creator><pubDate>Mon, 05 May 2025 20:15:24 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Mon, 05 May 2025 19:31:22 GMT]]></title><description><![CDATA[<p><span><a href="/user/julian%40community.nodebb.org">@<span>julian</span></a></span> <span><a href="/user/rimu%40piefed.social">@<span>rimu</span></a></span> <span><a href="/user/andrew_s%40piefed.social">@<span>andrew_s</span></a></span> <span><a href="/user/melroy%40kbin.melroy.org">@<span>melroy</span></a></span> <span><a href="/user/bentigorlich%40gehirneimer.de">@<span>BentiGorlich</span></a></span> <span><a href="/user/nutomic%40lemmy.ml">@<span>nutomic</span></a></span> <span><a href="/user/angusmcleod%40mastodon.social">@<span>angusmcleod</span></a></span> </p><p>I am posting to this from Mastodon, which interfaces with communities on lemmy/pie very awkwardly (but not zero percent).<br />A good cross posting solution would be one where a user can simply tag the extra communities, like a reply, as then it would be relatively cross platform friendly, and the communities on the other side/server would look for in their database posts with the community tagged / mentioned group 'superuser', say @ examplecommunity @ server.com when they load the community page, regardless if on the actual creation event they only 'officially' store it under one community. <br />IDK yet (I'll prolly look it up someday) how all these different platforms are organizing their database, but I'm imagining a table like poster | category | tags + msg + mentions | getting pulled when you go to a category; then you could turn off looking at cross-posts that are only in the category because of a tag/mention.</p>]]></description><link>https://bb.devnull.land/post/https://universeodon.com/users/kirkmoodey/statuses/114456886168626222</link><guid isPermaLink="true">https://bb.devnull.land/post/https://universeodon.com/users/kirkmoodey/statuses/114456886168626222</guid><dc:creator><![CDATA[kirkmoodey@universeodon.com]]></dc:creator><pubDate>Mon, 05 May 2025 19:31:22 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Mon, 05 May 2025 19:04:08 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://community.nodebb.org/user/ludrol%40szmer.info" rel="nofollow ugc">@ludrol@szmer.info</a> yes, you're right about that. The silver lining here is that we're at a point where the major players' implementations are <strong>local-only</strong>, so we don't have to work around with a pre-existing implementation and ensure compatibility.</p>
<p dir="auto">The second point is that a "cross-post" could have multiple meanings, including manually creating a new post about a link already present in multiple communities. What I'm <em>hoping</em> to describe is a common way that items can be cross-posted natively between instances, while hopefully preserving their reply-trees.</p>
]]></description><link>https://bb.devnull.land/post/https://community.nodebb.org/post/104431</link><guid isPermaLink="true">https://bb.devnull.land/post/https://community.nodebb.org/post/104431</guid><dc:creator><![CDATA[julian@community.nodebb.org]]></dc:creator><pubDate>Mon, 05 May 2025 19:04:08 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Mon, 05 May 2025 18:06:01 GMT]]></title><description><![CDATA[<p><span><a href="/user/julian%40community.nodebb.org">@<span>julian</span></a></span> <br />It is great to see NodeBB trying to work with other platforms to solve issues.</p><p>It is supposed to be a federated network, cross-posting is important for many fedi users.</p><p>also, if platforms intergrated better it would help discovery and help new and old users of fedi.</p>]]></description><link>https://bb.devnull.land/post/https://agora.cafe/users/ozzy/statuses/114456550534195467</link><guid isPermaLink="true">https://bb.devnull.land/post/https://agora.cafe/users/ozzy/statuses/114456550534195467</guid><dc:creator><![CDATA[ozzy@agora.cafe]]></dc:creator><pubDate>Mon, 05 May 2025 18:06:01 GMT</pubDate></item><item><title><![CDATA[Reply to What would cross-posting between instances look like in ActivityPub? on Mon, 05 May 2025 16:24:04 GMT]]></title><description><![CDATA[<p dir="auto">As far as I am aware Lemmy doesn't have cross-posts like you are imagining.</p>
<p dir="auto">There are two parts to this:</p>
<ol>
<li>There is an indicator if there is other post that links to the same website/image.</li>
<li>Crosshposts are just a copy of the text with quote markdown.</li>
</ol>
]]></description><link>https://bb.devnull.land/post/https://szmer.info/comment/9863286</link><guid isPermaLink="true">https://bb.devnull.land/post/https://szmer.info/comment/9863286</guid><dc:creator><![CDATA[ludrol@szmer.info]]></dc:creator><pubDate>Mon, 05 May 2025 16:24:04 GMT</pubDate></item></channel></rss>