Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 28, 2023
1 parent ec884d9 commit 2e51d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presence.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ type PresenceManager interface {
// (touched) after some configured time interval.
AddPresence(ch string, clientID string, info *ClientInfo) error
// RemovePresence removes presence information for connection
// with specified identifier.
// with specified client and user identifiers.
RemovePresence(ch string, clientID string, userID string) error
}

0 comments on commit 2e51d34

Please sign in to comment.