diff options
Diffstat (limited to 'connector/connector.go')
-rw-r--r-- | connector/connector.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connector/connector.go b/connector/connector.go index 2b54258..5df010a 100644 --- a/connector/connector.go +++ b/connector/connector.go @@ -49,6 +49,7 @@ type Connector interface { Join(roomId RoomID) error // Try to invite someone to a channel + // Or if roomId == "", just try adding them as friends Invite(user UserID, roomId RoomID) error // Leave a channel |