Rewrite import feature (#21054)
This commit is contained in:
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
|
|
Reference in New Issue
Block a user