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

Commit 2f5ac0c

Browse files
committed
try fix nesting
1 parent 09ee993 commit 2f5ac0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/src/core/routes/migration.tsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ 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
250250
* This file archive contains a file `messages.json` which is a JSON `MessageBatch` of all
251251
* 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).
252252
* 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)