Is it possible or does it present difficulties with federation?

I’m asking because today Vlemmy seems dead and people are speculating it has something to do with losing the domain name. So I want to know if there is a possibility the same server could come up again under a different domain but keeping the same accounts and content stored or if they will need to set up a new server and thus it’s just better to move on to another instance.

  • Kissaki@feddit.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    You’re saying matrix stores channel name as name + instance even for local channels? That it’s not using standard practice of denormalizing data?

    What you see in the frontend or API isn’t necessarily how it’s stored.

    • dan@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      *Normalising

      Denormalising is the other way around, ie accepting duplicated or less than optimally organised data for some other reason (eg for performance or to reduce complexity for your filthy human brain - but usually performance)

      Sorry I know that’s a very minor nitpick.

    • deejay4am@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Data normalization has nothing to do with it.

      All Matrix channels are a channel name and a domain. That’s a unique identifier. You need unique identifiers. Matrix is not designed to exist in an vacuum (even if you can make it work that way). Locality is dictated by policy not by the data model.