outlook-matters
outlook-matters copied to clipboard
Only Public Channels appear in channel list
Any chance we can add private channels to which the user belongs?
Would be easy attribution to change the line here into the following. Though I think it would need a configuration option somewhere.
if(channelList.Channels[index].Type == ChannelTypeSetting.Public || channelList.Channels[index].Type == ChannelTypeSetting.Private)
Please make choose changes.