Skip to content
  • 0 Votes
    8 Posts
    8 Views
    caos@feddit.orgC
    Lemmy ist nur auf Gruppen/Communitys ausgerichtet (dadurch zwar beschränkt, aber die Inhalte sind sehr gut strukturiert). Bei kbin (bzw. dessen Nachfolge mbin) ist es anders: Da hat man einen Gruppenbereich (heißt dort "Magazines") und einen Microblog-Bereich, kann also auch Einzelaccounts folgen. Ich hatte das mal ausgetestet, als kbin gerade gestartet war. Interessanter Ansatz, aber für mich persönlich zu unübersichtlich: kbin (mbin): Link-Sharing und Microblogging unter einem Dach
  • 0 Votes
    2 Posts
    7 Views
    julian@community.nodebb.orgJ
    @j12t@j12t.social pixelfed is broadly compatible with Mastodon, no? Unless of course the pixelfed account uploads more than 4 photos... I'd say support for threadiverse platforms is mediocre at best.
  • 0 Votes
    14 Posts
    120 Views
    julian@community.nodebb.orgJ
    @trwnh@mastodon.social sure, makes sense. That to/cc already exist in the wild as arrays means one less thing to worry about with multiple cross posts.
  • 0 Votes
    9 Posts
    52 Views
    ?
    I asked in that issue whether Lemmy finds community via to/cc (it does). Does PieFed do the same? Yes - PieFed does the same. It looks in 'audience', then 'cc', then 'to'. It has to, to support all the platforms that haven't adopted 'audience. It's a convenient field, but PieFed won't be affected if Lemmy goes through with removing it. Would this also open up the possibility of a topic/context being part of multiple audiences/communities? Not at present. If you do something like cc: [community1, community2] it will only go to community1 (on both Lemmy and PieFed). There's so many activities that are effectively duplicates, both in normal operation and when platforms are bugged (both Lemmy and Mastodon have gone through phases of sending the same activity multiple times), that you need a way to make sure you're only processing one. On PieFed, this is done by having a UNIQUE constraint of the 'ap_id' column of the Post table (the ap_id of your post is https://community.nodebb.org/post/103806), so it means you can't have the same post in more than one community.