format code + make showing avatars in member lists optional

This commit is contained in:
2026-05-31 16:44:04 +01:00
parent 9ad48ff310
commit 1597f99eef
5 changed files with 32 additions and 29 deletions
+1
View File
@@ -93,6 +93,7 @@ func dropToSignInPage(err error) {
conf.Insecure = insecure_check.Active()
conf.JoinBookmarks = true
conf.Resource = randomClientResource()
conf.ShowAvatarsInMemberList = true
var b bytes.Buffer
e := toml.NewEncoder(&b)