makmu / outlook-matters

Add-In to forward e-mails from MS Outlook to Mattermost
MIT License
65 stars 13 forks source link

Only Public Channels appear in channel list #78

Open brad-newman opened 6 years ago

brad-newman commented 6 years ago

Any chance we can add private channels to which the user belongs?

jabis commented 6 years ago

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)  
salacryl commented 6 years ago

Please make choose changes.