mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[feature] Allow import of following and blocks via CSV (#3150)
* [feature] Import follows + blocks via settings panel * test import follows
This commit is contained in:
@@ -60,7 +60,7 @@ func (suite *ListAccountsAddTestSuite) postListAccounts(
|
||||
requestPath := config.GetProtocol() + "://" + config.GetHost() + "/api/" + lists.BasePath + "/" + listID + "/accounts"
|
||||
|
||||
// Prepare test body.
|
||||
buf, w, err := testrig.CreateMultipartFormData("", "", map[string][]string{
|
||||
buf, w, err := testrig.CreateMultipartFormData(nil, map[string][]string{
|
||||
"account_ids[]": accountIDs,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user