OnUserUnsubscribed not being called

Options
title says all, if im missing anything please let me know.

thanks. - cyro

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Nerfski,

    OnUserUnsubscribed is called only for channels that have PublishSubscribers enabled (set when you create the channel which happens when the first user subscribes to it).
    So if OnUserSubscribed is not called then OnUserUnsubscribed is not called.
    And the opposite is true.
    Check ChatChannel.PublishSubscribers.
    Read more here.
  • Nerfski
    Options
    JohnTube wrote: »
    Hi @Nerfski,

    OnUserUnsubscribed is called only for channels that have PublishSubscribers enabled (set when you create the channel which happens when the first user subscribes to it).
    So if OnUserSubscribed is not called then OnUserUnsubscribed is not called.
    And the opposite is true.
    Check ChatChannel.PublishSubscribers.
    Read more here.

    thanks! i just got it working.