this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: document join method in lua

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

+5
+5
docs/comlink.lua
··· 27 27 ---@return string name Name of the connection 28 28 function conn.name() end 29 29 30 + ---Joins a channel 31 + --- 32 + ---@param channel string Name of the channel to join 33 + function conn.join(channel) end 34 + 30 35 ---Set connection configuration 31 36 --- 32 37 ---@param cfg ConnectionConfiguration