Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] ShowAllActivities Crashing Discord #334

Open
NefariousRodent opened this issue Mar 3, 2023 · 1 comment
Open

[Bug] ShowAllActivities Crashing Discord #334

NefariousRodent opened this issue Mar 3, 2023 · 1 comment

Comments

@NefariousRodent
Copy link

NefariousRodent commented Mar 3, 2023

When I left click on a user who has multiple activity statuses (playing a game and listening to spotify), Discord crashes due to this plugin.

It only started happening recently, probably after the recent Discord changes and BetterDiscord v1.8.5 update.

@Mukdembu
Copy link

Mukdembu commented Mar 5, 2023

(credits to Disease#5663 from Betterdiscord discord server)
open the ShowAllActivities plugin file and replace line 301 const Tooltip = Webpack$1.getByPrototypeFields("renderTooltip");

with const Tooltip = BdApi.Components.Tooltip;

This will fix the plugin for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants