Skip to content

Commit

Permalink
Clean broadcast parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bahner committed Feb 11, 2024
1 parent e9db72c commit 6bcf857
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ func (ui *ChatUI) handleBroadcastCommand(args []string) {

if len(args) > 1 {

if len(args) < 2 {
ui.displaySystemMessage("Public announcement can't be empty")
return
}

recipient := ui.e.DID.String()

var message string
Expand Down

0 comments on commit 6bcf857

Please sign in to comment.