zastlx / vc-stalker-plugin

A Vencord plugin for delusional users who want to stalk people on discord.
9 stars 1 forks source link

Status change not working #5

Closed Tachunkers closed 2 months ago

Tachunkers commented 2 months ago

When ever some one changes there status it will only notify me if I click on dms with them.

ivystopia commented 2 months ago

Note I am not the original author but I am currently working on this plugin

I don't think this plugin informs of user status updates.

If you mean profile update changes, this is a limitation of the code - the Discord dispatcher only updates USER_PROFILE_FETCH_SUCCESS when profiles are viewed (including in DMs).

There may be a workaround for this, but this issue is not easily solved.

Could you please clarify what you mean about "status" ?

ivystopia commented 2 months ago

@Tachunkers please keep an eye on this PR https://github.com/zastlx/vc-stalker-plugin/pull/6

Specifically this information:

User Profile Monitoring only works when viewing a DM with a user, or when viewing a user's profile directly.

Discord itself is responsible for sending the USER_PROFILE_FETCH_SUCCESS event, which only happens in those specific cases.

zastlx commented 2 months ago

If by "status" you mean RPC changes, game playing, spotify songs, etc... I haven't implemented this yet.

Tachunkers commented 2 months ago

oh okay ty