Actually send the message deletion packet.

This commit is contained in:
flash 2023-02-16 17:10:30 +01:00
parent dbdaaeec9e
commit d1f78a7e8b

View file

@ -740,6 +740,7 @@ namespace SharpChat {
}
Context.Events.RemoveEvent(delMsg);
Context.Send(new ChatMessageDeletePacket(delMsg.SequenceId));
}
break;
case "kick": // kick a user from the server