I started implementing a feature that lets you see posts from multiple communities at the same time. Above ive got it pulling from 5 different communities.

Done by just listing all of the communities in the url with plus signs separating them. Its not pushed out to the pangora beta site right now but ill probably try to push out a build either this weekend or during the week

Currently just shows the first 50 from each, ill try to add some sort of addition to the backend in the future that will let me query for multiple communities so I can do the first 50 out of all of them so it doesnt have things out of order for the last post on a page and the first post on the next page

  • AtegonOPMA
    link
    5
    edit-2
    7 months ago

    for the backend yes

    frontend is a separate project but its using similar things to construct it so if its a vital feature it can be redone in lemmy-ui pretty quickly. Already gave them code block support for 0.18

    Yeah you can redirect or you can make lemmy.[something] and forum.[something] point towards the same ip or same port depending on how youve set it up (if you want lemmy.[something] to still work else you can just change it to forum)

    • @Die4Ever
      link
      2
      edit-2
      7 months ago

      Yeah you can redirect or you can make lemmy.[something] and forum.[something] point towards the same ip or same port depending on how youve set it up

      I was wondering more how it would be handled with federation, and what my configs should look like, and if I need to make any changes in the DB

      • AtegonOPMA
        link
        37 months ago

        ah yeah I havent looked into the configs too much. Not sure how it would deal with renames but you can ask in the lemmy matrix or something