mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	Fixed an issue with streams not showing online or offline status
This commit is contained in:
		@@ -101,6 +101,7 @@ public class NotifChecker
 | 
				
			|||||||
                            || !typeDict.TryGetValue(key.Name, out var oldData)
 | 
					                            || !typeDict.TryGetValue(key.Name, out var oldData)
 | 
				
			||||||
                            || oldData is null)
 | 
					                            || oldData is null)
 | 
				
			||||||
                        {
 | 
					                        {
 | 
				
			||||||
 | 
					                            CacheAddData(key, newData, true);
 | 
				
			||||||
                            continue;
 | 
					                            continue;
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                        
 | 
					                        
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,9 +36,7 @@ public class XpService : INService, IReadyExecutor
 | 
				
			|||||||
    private readonly IEmbedBuilderService _eb;
 | 
					    private readonly IEmbedBuilderService _eb;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private readonly ConcurrentDictionary<ulong, ConcurrentHashSet<ulong>> _excludedRoles;
 | 
					    private readonly ConcurrentDictionary<ulong, ConcurrentHashSet<ulong>> _excludedRoles;
 | 
				
			||||||
 | 
					 | 
				
			||||||
    private readonly ConcurrentDictionary<ulong, ConcurrentHashSet<ulong>> _excludedChannels;
 | 
					    private readonly ConcurrentDictionary<ulong, ConcurrentHashSet<ulong>> _excludedChannels;
 | 
				
			||||||
 | 
					 | 
				
			||||||
    private readonly ConcurrentHashSet<ulong> _excludedServers;
 | 
					    private readonly ConcurrentHashSet<ulong> _excludedServers;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private readonly ConcurrentQueue<UserCacheItem> _addMessageXp = new();
 | 
					    private readonly ConcurrentQueue<UserCacheItem> _addMessageXp = new();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user