Is matrix good to use, seen a lot of drama around it. For example hackliberty.org left it because of lacking of security and moderation, do you still recommended it?

  • @[email protected]
    link
    fedilink
    English
    3
    edit-2
    2 months ago

    what alternative do you propose for saving messages when the recipient is offline?

    • poVoq
      link
      fedilink
      8
      edit-2
      2 months ago

      This is not either or. You can store things only until the recipient comes online and then delete it (but Matrix specifically doesn’t do this and conceptually can’t due to its design).

      • @[email protected]
        link
        fedilink
        English
        3
        edit-2
        2 months ago

        sure that is how pop3 does it

        but metadata is still replicated to the server, so this does not solve the metadata replication issue

        even if you dont explicitly store metadata or encrypt it in some way, the server still necessarily knows stuff like timestamps of when the messages are sent for example.

        sure, you can delete it later, but you also have to trust the server to actually do that, and there is no way to guarantee this in any protocol