Skip to content

[REQUEST] Implement watchlist #1140

Open
@theramjad

Description

@theramjad

Is your feature request related to a problem? Please describe.
It seems watchlist does not work when using Soketi.

More specifically,

pusher.signin();

const watchlistEventHandler = (event) => {
    // event.user_ids
    // event.name
};
pusher.user.watchlist.bind('online', watchlistEventHandler);
pusher.user.watchlist.bind('offline', watchlistEventHandler);

does not work.

Describe the solution you'd like
Implement watchlist events as it exists in Pusher.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions