[feature] Option to hide followers/following (#2788)

This commit is contained in:
tobi
2024-04-02 10:42:24 +01:00
committed by GitHub
parent 29972e2c93
commit f05874be30
19 changed files with 322 additions and 83 deletions
+1 -1
View File
@@ -702,7 +702,7 @@ func NewTestAccountSettings() map[string]*gtsmodel.AccountSettings {
Sensitive: util.Ptr(true),
Language: "fr",
EnableRSS: util.Ptr(false),
HideCollections: util.Ptr(false),
HideCollections: util.Ptr(true),
},
}
}