mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 08:47:24 +00:00
Don't run all wall when used in a team
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user