]> cat aescling's git repositories - mastodon.git/commit
Export and import `hide_notifications` alongside user mutes (#10335)
authorThibG <thib@sitedethib.com>
Wed, 3 Apr 2019 16:17:43 +0000 (18:17 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 3 Apr 2019 16:17:43 +0000 (18:17 +0200)
commitd4882aa64a7a483ec30ca61a507c2a6f5d3294f5
tree4b72c4c44feafa772ba322b0a46f3eb524297138
parentdaab45d4ae000a208f251ce96334df47d894dba3
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
app/models/export.rb
app/services/import_service.rb
app/workers/import/relationship_worker.rb
spec/controllers/settings/exports/muted_accounts_controller_spec.rb
spec/fixtures/files/mute-imports.txt [new file with mode: 0644]
spec/fixtures/files/new-mute-imports.txt [new file with mode: 0644]
spec/models/export_spec.rb
spec/services/import_service_spec.rb [new file with mode: 0644]