Current section
Files
Jump to
Current section
Files
include/lightspeed@transport@matrix_ConnectRequest.hrl
-record(connect_request, {
route :: binary(),
csrf_token :: binary(),
origin :: binary(),
now_ms :: integer(),
prefer_fallback :: boolean()
}).