Browse Source

Can't run wall in teams

pull/1/head
Gregory Rudolph 5 years ago
parent
commit
099dfe73cc
  1. 2
      cmdWall.go

2
cmdWall.go

@ -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 {

Loading…
Cancel
Save