Basic rate limiting for chat messages (#21907)
This commit is contained in:
committed by
GitHub
parent
dbb3da9232
commit
8bf807a9b5
@@ -89,4 +89,9 @@ public enum LogType
|
||||
ItemConfigure = 84,
|
||||
DeviceLinking = 85,
|
||||
Tile = 86,
|
||||
|
||||
/// <summary>
|
||||
/// A client has sent too many chat messages recently and is temporarily blocked from sending more.
|
||||
/// </summary>
|
||||
ChatRateLimited = 87,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user