Strencher / BetterDiscordStuff

A collection of my BetterDiscord plugins
https://strencher.github.io/BetterDiscordStuff/
366 stars 226 forks source link

[Bug] ShowAllActivities Crashing Discord #334

Open NefariousRodent opened 1 year ago

NefariousRodent commented 1 year ago

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 commented 1 year ago

(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.