1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 11:07:22 +00:00

Don't run all wall when used in a team

This commit is contained in:
Gregory Rudolph
2019-10-08 08:08:14 -04:00
parent bac6894d49
commit b5e23f2e66

View File

@ -51,7 +51,6 @@ func cmdPopulateWall(cmd []string) {
} else { } else {
printToView("Feed", fmt.Sprintf("Error, can't run wall in teams")) printToView("Feed", fmt.Sprintf("Error, can't run wall in teams"))
go cmdAllWall()
return return
} }
if len(users) < 1 { if len(users) < 1 {