RocketChat / Rocket.Chat.Go.SDK

Go SDK for REST API and Realtime api
MIT License
60 stars 58 forks source link

Update channel subscription to match docs and fix doubles #21

Open CthulhuDen opened 5 years ago

CthulhuDen commented 5 years ago

Currently update extractor does not match eventName (which is channel ID) so if you subscribe to two channel every message in either one will register in both channels.

Also documentation mentions returning channel, which would better agree with Sub function returning channel.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.