mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 14:27:23 +00:00
Can't run wall in teams
This commit is contained in:
@ -43,7 +43,7 @@ func cmdPopulateWall(cmd []string) {
|
|||||||
requestedUsers += cleanChannelName(channel.Name)
|
requestedUsers += cleanChannelName(channel.Name)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
printToView("Feed", fmt.Sprintf("%+v", "\nError", channel.MembersType))
|
printToView("Feed", fmt.Sprintf("Error, can't run wall in teams", channel.MembersType))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if len(users) < 1 {
|
if len(users) < 1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user