Can't run wall in teams

This commit is contained in:
Gregory Rudolph
2019-10-07 10:49:44 -04:00
parent ce79b22e74
commit 099dfe73cc

View File

@ -43,7 +43,7 @@ func cmdPopulateWall(cmd []string) {
requestedUsers += cleanChannelName(channel.Name)
} else {
printToView("Feed", fmt.Sprintf("%+v", "\nError", channel.MembersType))
printToView("Feed", fmt.Sprintf("Error, can't run wall in teams", channel.MembersType))
return
}
if len(users) < 1 {