summaryrefslogtreecommitdiff
path: root/internal/api/client
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-09-16 20:39:15 +0200
committerLibravatar GitHub <noreply@github.com>2024-09-16 20:39:15 +0200
commitd4d6631435f3a5870fecc870ffe5be84d980ab4c (patch)
tree514a282415d62f5665f417af6334f53f09e72668 /internal/api/client
parent[performance] cache more database calls, reduce required database calls overa... (diff)
downloadgotosocial-d4d6631435f3a5870fecc870ffe5be84d980ab4c.tar.xz
[bugfix] Be more lenient when parsing mastodown following.csv (#3311)
* [bugfix] Be more lenient when parsing mastodown following.csv * use follow.Notify
Diffstat (limited to 'internal/api/client')
-rw-r--r--internal/api/client/exports/exports_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/api/client/exports/exports_test.go b/internal/api/client/exports/exports_test.go
index 303361b86..3759ec6c1 100644
--- a/internal/api/client/exports/exports_test.go
+++ b/internal/api/client/exports/exports_test.go
@@ -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.