this repo has no description
3
fork

Configure Feed

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

docs: allow setup to be empty table

+1 -1
+1 -1
docs/comlink.lua
··· 12 12 13 13 ---Global configuration 14 14 --- 15 - ---@param cfg Configuration Comlink global configuration 15 + ---@param cfg Configuration | {} Comlink global configuration 16 16 function comlink.setup(cfg) end 17 17 18 18 ---@class ConnectionConfiguration