From 015a29deba4fbdfc7386bdfe472f5a36785ced22 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 6 Jan 2025 22:27:05 +0100 Subject: [PATCH] i forgot words --- api/src/core/routes/migration.tsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/api/src/core/routes/migration.tsp b/api/src/core/routes/migration.tsp index c86e2093..a31cf936 100644 --- a/api/src/core/routes/migration.tsp +++ b/api/src/core/routes/migration.tsp @@ -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)