diff --git a/src/BirdsiteLive/Services/CachedStatisticsService.cs b/src/BirdsiteLive/Services/CachedStatisticsService.cs index f9ca9fa..66487a6 100644 --- a/src/BirdsiteLive/Services/CachedStatisticsService.cs +++ b/src/BirdsiteLive/Services/CachedStatisticsService.cs @@ -39,7 +39,8 @@ namespace BirdsiteLive.Services { RefreshedTime = DateTime.UtcNow, Saturation = saturation, - UnlistedUsers = _instanceSettings.UnlistedTwitterAccounts.Length > 0 ? string.Join("\n", _instanceSettings.UnlistedTwitterAccounts.Split(";").Select(i => "
@@ -34,7 +48,9 @@
- This instance's saturation level is currently at @Model.Saturation%.
+ This instance's saturation level is currently at @Model.Saturation%.
+
+
This instance relies on a tool Twitter provides (the API) to fetch Tweets in a predictable and high-quality manner. However, due to limits imposed by Twitter, this instance can only fetch so many Tweets and users per hour.
diff --git a/src/BirdsiteLive/Views/Home/Index.cshtml b/src/BirdsiteLive/Views/Home/Index.cshtml
index d275a65..5a75b59 100644
--- a/src/BirdsiteLive/Views/Home/Index.cshtml
+++ b/src/BirdsiteLive/Views/Home/Index.cshtml
@@ -19,6 +19,13 @@
+ @if( Model.MaxFollowsPerUser > 0)
+ {
+