Fix actor follow counts calculation

This commit is contained in:
Chocobozzz
2021-10-13 16:18:42 +02:00
parent f87d82b93d
commit 1cf0df024e
5 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class ActorFollowHealthCache {
private pendingBadServer = new Set<number>()
private pendingGoodServer = new Set<number>()
private badInboxes = new Set<string>()
private readonly badInboxes = new Set<string>()
private constructor () {}