Rewrite import feature (#21054)
This commit is contained in:
parent
0ad2413b35
commit
32a030dd74
40 changed files with 2059 additions and 113 deletions
0
spec/fixtures/files/empty.csv
vendored
Normal file
0
spec/fixtures/files/empty.csv
vendored
Normal file
|
5
spec/fixtures/files/following_accounts.csv
vendored
Normal file
5
spec/fixtures/files/following_accounts.csv
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Account address,Show boosts,Notify on new posts,Languages
|
||||
|
||||
user@example.com,true,false,
|
||||
|
||||
user@test.com,true,true,"en,fr"
|
|
5
spec/fixtures/files/muted_accounts.csv
vendored
Normal file
5
spec/fixtures/files/muted_accounts.csv
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Account address,Hide notifications
|
||||
|
||||
user@example.com,true
|
||||
|
||||
user@test.com,false
|
|
Loading…
Add table
Add a link
Reference in a new issue