From ba459c2e8dc6e944d7be3220fc759682ab58e0be Mon Sep 17 00:00:00 2001 From: Xavier Vello Date: Mon, 27 Jan 2025 16:53:46 +0100 Subject: [PATCH] update documentation --- docs/user_guide/settings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user_guide/settings.md b/docs/user_guide/settings.md index 17f2c5962..691181cb9 100644 --- a/docs/user_guide/settings.md +++ b/docs/user_guide/settings.md @@ -266,3 +266,6 @@ Both merge and overwrite operations are idempotent, which basically means that d !!! info For a variety of reasons, it will not always be possible to recreate every entry in an uploaded CSV file via importing. For example, say you are trying to import a CSV of follows containing `example_account`, but `example_account`'s instance has gone offline, or their instance blocks yours, or your instance blocks theirs, etc. In this case, the follow of `example_account` would not be created. + +!!! warning + The CSV format for mutes does not contain expiration data, so temporary mutes are exported (and imported) as permanent mutes.