Fix inundation concurrency issues
This commit is contained in:
@ -453,8 +453,8 @@ class WarningTLV(TLV):
|
||||
|
||||
def handle(self, user: Any, sender: Any) -> None:
|
||||
user.add_message(f"warning: *A client warned you: {self.message}*"
|
||||
if not user.squinnondation.no_markdown else
|
||||
f"warning: A client warned you: {self.message}")
|
||||
if not user.squinnondation.no_markdown else
|
||||
"warning: A client warned you: {self.message}")
|
||||
|
||||
@staticmethod
|
||||
def construct(message: str) -> "WarningTLV":
|
||||
|
Reference in New Issue
Block a user