Skip to content

Commit

Permalink
set unique flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed May 2, 2024
1 parent a747693 commit 883c205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func doDMList(cCtx *cli.Context) error {
pubkey: p,
})
} else {
m[p] = struct{}{}
users = append(users, entry{
name: p,
pubkey: p,
Expand Down

0 comments on commit 883c205

Please sign in to comment.