You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("the slack integration that matterbridge is using is not member of channel '%s' (and cannot join), please add it manually. %s", channelInfo.Name, err)
185
+
}
190
186
}
191
187
192
188
ifstrings.HasPrefix(channel.Name, "ID:") {
193
189
b.useChannelID=true
194
190
channel.Name=channelInfo.Name
195
191
}
196
192
197
-
// we can't join a channel unless we are using legacy tokens #651
198
-
if!channelInfo.IsMember&&!b.legacy {
199
-
returnfmt.Errorf("slack integration that matterbridge is using is not member of channel '%s', please add it manually", channelInfo.Name)
0 commit comments