mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix actor follow counts calculation
This commit is contained in:
@@ -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 () {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user