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
+1 -1
View File
@@ -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 {