mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 19:33:17 -06:00
[bugfix] Be more lenient when parsing mastodown following.csv
This commit is contained in:
parent
0567b319c6
commit
a79144aad1
2 changed files with 53 additions and 10 deletions
|
|
@ -160,9 +160,9 @@ func (suite *ExportsTestSuite) TestExports() {
|
|||
token: suite.testTokens["local_account_1"],
|
||||
user: suite.testUsers["local_account_1"],
|
||||
account: suite.testAccounts["local_account_1"],
|
||||
expect: `Account address,Show boosts
|
||||
admin@localhost:8080,true
|
||||
1happyturtle@localhost:8080,true
|
||||
expect: `Account address,Show boosts,Notify on new posts,Languages
|
||||
admin@localhost:8080,true,false,
|
||||
1happyturtle@localhost:8080,true,false,
|
||||
`,
|
||||
},
|
||||
// Export Followers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue