Vendicated / Vencord

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

Ignore blocked users in whoReacted avatars #2799

Closed lannoene closed 2 months ago

lannoene commented 2 months ago

yeah that's it. i took the relationship store thing from noblockedmessages and there they used a try catch when getting the blocked status for users. i haven't had any issues without it though. if i should add it, feel free to tell me.

sadan4 commented 2 months ago

this should really be an option, not hardcoded

Vendicated commented 2 months ago

i think it would be way more intuitive to just depend on whether HideBlockedUsers is enabled or not instead of adding a setting

lannoene commented 2 months ago

@Vendicated Could you link me to where HideBlockedUsers is located? I'm having trouble finding it. Thanks! (I can only assume you were referring to the NoBlockedMessages plugin. I guess I will go with that one)