Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 015a29d

Browse files
committed
i forgot words
1 parent e087416 commit 015a29d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

api/src/core/routes/migration.tsp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,10 @@ namespace Migration {
244244
* @returns - `202` and a key trial, if one still needs to be passed
245245
* - `200` and the appropriate data if the key trial has been passed and is not yet expired.
246246
* The data is a gzipped tarball (.tar.gz) named `export1234567890-user@subdomain.example.com`, where
247-
* - `export[numbers]` is the word `export` with 20 random digits appended to it
248-
* - `user` is the actors' name
249-
* - `subdomain.example.com` is the FQDN of the server the actor is
247+
* - `export[numbers]` is the word `export` with 20 random digits appended to it
248+
* - `user` is the actors' name
249+
* - `subdomain.example.com` is the FQDN of the server the actor is registered on.
250+
*
250251
* This file archive contains a file `messages.json` which is a JSON `MessageBatch` of all
251252
* 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).
252253
* 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)

0 commit comments

Comments
 (0)