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
This commit is contained in:
parent
daab45d4ae
commit
d4882aa64a
8 changed files with 121 additions and 13 deletions
4
spec/fixtures/files/mute-imports.txt
vendored
Normal file
4
spec/fixtures/files/mute-imports.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
bob
|
||||
|
||||
eve@example.com
|
||||
|
4
spec/fixtures/files/new-mute-imports.txt
vendored
Normal file
4
spec/fixtures/files/new-mute-imports.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Account address,Hide notifications
|
||||
bob,true
|
||||
eve@example.com,false
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue