Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
8.58k stars 1.21k forks source link

[Bug] MemberCount showing 0 online members while viewing threads #2379

Open FairwellNoob opened 4 months ago

FairwellNoob commented 4 months ago

Discord Account

fairwellnoob

What happens when the bug or crash occurs?

The members online in the channel is 0

What is the expected behaviour?

The members online in the channel should be listed correctly (in this case, it should be 5 online)

How do you recreate this bug or crash?

I have honestly no idea. Some servers have this, some don't. I've tried creating a forum channel in my own server while it was community, disabling community, going back into the forum channel, and now it's working. But when I go to another server, all of a sudden it doesn't work anymore. Screenshot_2 Screenshot_1

Errors

discord.com-1713874622997.log discord.com-1713874619273.log discord.com-1713874616051.log discord.com-1713874612258.log

Request Agreement

Tr0llie commented 4 months ago

repair ur vencord via the installer, also u should ask this in support channel. This bug often happens if your discord is outdated, (iirc) but im not entirely sure since it happens to me only when discord is outdated. If you are in the latest version of discord and it still happens then try asking in support, if they ask u to come here again then u probably just have to wait until someone who knows better than me (almost everyone) respond to this thread.

Tr0llie commented 4 months ago

repair ur vencord via the installer, also u should ask this in support channel. This bug often happens if your discord is outdated, (iirc) but im not entirely sure since it happens to me only when discord is outdated. If you are in the latest version of discord and it still happens then try asking in support, if they ask u to come here again then u probably just have to wait until someone who knows better than me (almost everyone) respond to this thread.

Just because i update my discord to fix this issues doesn't mean it will always fix your issue.

FairwellNoob commented 4 months ago

repair ur vencord via the installer, also u should ask this in support channel. This bug often happens if your discord is outdated, (iirc) but im not entirely sure since it happens to me only when discord is outdated. If you are in the latest version of discord and it still happens then try asking in support, if they ask u to come here again then u probably just have to wait until someone who knows better than me (almost everyone) respond to this thread.

I was using Vesktop, and there was no notification asking me to update.

Vendicated commented 4 months ago

it doesn't support threads iirc

Tr0llie commented 4 months ago

it doesn't support threads iirc

i just noticed that it was a thread lol

Huderon commented 3 months ago

This should be fairly simple to add now, I think. It used to be that the thread member count was lazyloaded, or capped at 50 or something, but you can just grab it like this now Vencord.Webpack.findStore("ThreadMemberListStore").getMemberListSections(Vencord.Webpack.findStore("SelectedChannelStore").getCurrentlySelectedChannelId()). If you make it a feature request it'd probably be a good first issue