Skip to content

Commit

Permalink
i forgot words
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Jan 6, 2025
1 parent e087416 commit 015a29d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/src/core/routes/migration.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,10 @@ namespace Migration {
* @returns - `202` and a key trial, if one still needs to be passed
* - `200` and the appropriate data if the key trial has been passed and is not yet expired.
* The data is a gzipped tarball (.tar.gz) named `export1234567890-user@subdomain.example.com`, where
* - `export[numbers]` is the word `export` with 20 random digits appended to it
* - `user` is the actors' name
* - `subdomain.example.com` is the FQDN of the server the actor is
* - `export[numbers]` is the word `export` with 20 random digits appended to it
* - `user` is the actors' name
* - `subdomain.example.com` is the FQDN of the server the actor is registered on.
*
* This file archive contains a file `messages.json` which is a JSON `MessageBatch` of all
* messages sent by the user. Note the [definition of the word "message" in polyproto](https://docs.polyphony.chat/Protocol%20Specifications/core/#:~:text=software%20for%20clients.-,message%2C%20messages,-%3A%20In%20the%20context).
* If the server where the data export was requested from has [RawR](https://docs.polyphony.chat/Protocol%20Specifications/core/#731-resource-addressing-with-relative-roots)
Expand Down

0 comments on commit 015a29d

Please sign in to comment.