pajlada / go-twitch-pubsub

Twitch PubSub library for Go
MIT License
21 stars 9 forks source link

User Subscribed event is missing #14

Closed milochristiansen closed 1 year ago

milochristiansen commented 1 year ago

As far as I can tell all the events except the channel-subscribe-events-v1.<channel_id> event are implemented here.

pajlada commented 1 year ago

Do you have the ability to try out the PR to see if it suits your needs @milochristiansen ? If it works as expected for you, I can make it a release

milochristiansen commented 1 year ago

I can at least check if it compiles. I'll need to wait for the next resub to actually test it.

EDIT: Got it working, now we wait. IIRC, the next resub will probably be a a couple of weeks. Small streamer life lol

milochristiansen commented 1 year ago

Screw it, I gifted my father a sub, and it worked yay

Thank you for still maintaining this :)

Gifted sub info is missing though.

pajlada commented 1 year ago

Thanks for testing, I'll take a look tomorrow and add some tests

pajlada commented 1 year ago

I fixed the issue where the recipient of the gift sub was not included, and added some proper tests for it. I'll be making a release with this change shortly

pajlada commented 1 year ago

It's available in v0.1.0 now