1
0
Fork 0

comm/transport/datagrams/ReplaceSenderDatagram: fix parent class to Datagram

main
Felix Stupp 3 months ago
parent 3ab522baf8
commit 4f640509f9
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -103,7 +103,7 @@ class DuplicateSenderDatagram(GeneralTransportDatagram):
frozen=True,
kw_only=True,
)
class ReplaceSenderDatagram(GeneralTransportMetadata):
class ReplaceSenderDatagram(GeneralTransportDatagram):
message_type: Literal["replace_sender"] = "replace_sender"
data: ConnectMetadata

Loading…
Cancel
Save