Skip to content

Element For Matrix Protocol

Frontend for Synapse for Matrix Protocol * Element 1.9.1 - Chat Export is finally here!! * Just do it manually or write your own script * osteele/matrix-archive: Export a Matrix room message archive * Where Profile Directory

Social Media Message Format

{
  "room_name": "test",
  "room_creator": "username",
  "topic": "",
  "export_date": "1/23/2024",
  "exported_by": "dentropy",
  "messages": [
    {
      "content": {
        "body": "content",
        "msgtype": "m.text"
      },
      "origin_server_ts": 1704595561259,
      "room_id": "!bdEtYKYNCjWcNxcRQM:DOMAIN_NAME",
      "sender": "@USERN_NAME:DOMAIN_NAME",
      "type": "m.room.message",
      "unsigned": {
        "age": 1447065157
      },
      "event_id": "$_RANDOM_STRING",
      "user_id": "@USERN_NAME:DOMAIN_NAME",
      "age": 1447065157
    }
}