diff options
author | ThibG <thib@sitedethib.com> | 2019-04-03 18:17:43 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-03 18:17:43 +0200 |
commit | d4882aa64a7a483ec30ca61a507c2a6f5d3294f5 (patch) | |
tree | 4b72c4c44feafa772ba322b0a46f3eb524297138 /spec/fixtures | |
parent | daab45d4ae000a208f251ce96334df47d894dba3 (diff) |
Export and import `hide_notifications` alongside user mutes (#10335)
* Export hide_notifications along with user mutes * Import hide_notifications along with muted users list * Add headers for CSV exports
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/files/mute-imports.txt | 4 | ||||
-rw-r--r-- | spec/fixtures/files/new-mute-imports.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/spec/fixtures/files/mute-imports.txt b/spec/fixtures/files/mute-imports.txt new file mode 100644 index 000000000..125cbd384 --- /dev/null +++ b/spec/fixtures/files/mute-imports.txt @@ -0,0 +1,4 @@ +bob + +eve@example.com + diff --git a/spec/fixtures/files/new-mute-imports.txt b/spec/fixtures/files/new-mute-imports.txt new file mode 100644 index 000000000..c1c9bca9b --- /dev/null +++ b/spec/fixtures/files/new-mute-imports.txt @@ -0,0 +1,4 @@ +Account address,Hide notifications +bob,true +eve@example.com,false + |