Hi, I’m not sure what I’m doing wrong, but when I try to crosspost from communities on other instances (ie. Lemmy.ml/c/linux) to communities on my instance (sh.itjust.works/c/linux), the local community does not appear as an option. Even when I try to type in the fully qualified community name it will not show up.

This does not seem to happen with every community, and I think maybe it has something to do with a large number of results truncating smaller communities from the list?

If anyone has a workaround or can help me understand how to crosspost better, I’d much appreciate it.

  • CaptDust@sh.itjust.worksOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    16 hours ago

    I think I can do that.

    Nailed it down to CommunitySelectorModal lacks a limit parameter in the search func, and the search api defaults to 10 records returned - not enough. The WebUI appends limit=20 to return more records, which would include my local instance’s linux community. Local community sits at position #11 when sorted by Top.

    I’d also argue that the local communities should be prioritized above the wider fediverse in the results, but that’s probably a point to take up with api devs.