feat: default accounts appear on homepage if not following an account

This commit is contained in:
2025-11-22 15:19:12 -03:00
parent 704db60297
commit dba8410146
6 changed files with 48 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ enableDebug = false # enable request logs and debug endpoints (/.sessions)
logLevel = "info" # log level (debug, info, warn, error, fatal)
proxy = "" # http/https url, SOCKS proxies are not supported
proxyAuth = ""
defaultFollowedAccounts = "eff,fsf" # default accounts to show when user follows none
# Change default preferences here, see src/prefs_impl.nim for a complete list
[Preferences]