From dac047580f671ba6238ac4f291c0cb1338c03b97 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 6 Jan 2018 12:41:05 +0100 Subject: [PATCH] Small schema change to fix docs source generation. Note: I think the schema is wrong (again). Vector types are Boxed anywhere else except here. --- compiler/api/source/sys_msgs.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/api/source/sys_msgs.tl b/compiler/api/source/sys_msgs.tl index 95b76858..cd00cd2d 100644 --- a/compiler/api/source/sys_msgs.tl +++ b/compiler/api/source/sys_msgs.tl @@ -44,7 +44,7 @@ new_session_created#9ec20908 first_msg_id:long unique_id:long server_salt:long = //// 0xd433ad73 = hex(crc32(b"ipPort ipv4:int port:int = IpPort")) ipPort#d433ad73 ipv4:int port:int = IpPort; -help.configSimple#d997c3c5 date:int expires:int dc_id:int ip_port_list:Vector = help.ConfigSimple; +help.configSimple#d997c3c5 date:int expires:int dc_id:int ip_port_list:Vector = help.ConfigSimple; ---functions---