cabal-club / cabal-client

interface for writing peer-to-peer chat clients
GNU General Public License v3.0
95 stars 14 forks source link

getChannels: add onlyJoined param #84

Closed cblgh closed 2 years ago

cblgh commented 2 years ago

this patch expands the cabal-details:getChannels function with an additional parameter onlyJoined

from the docs:

 onlyJoined - Determines whether to limit returned channels to only those that are joined or not. Defaults to false.

used primarily by the cli client atm