Commit 0f58df89 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add Negotiate to FilterProtocol.write_to(message) types

parent f378d8fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ class FilterProtocol:
	def write_to(
		self,
		buf: FixedSizeBuffer,
		message: ResponseMessage|EditMessage|Skip,
		message: ResponseMessage|EditMessage|Negotiate|Skip,
	) -> None:
		"""
		Validate and pack response and modification messages into a buffer