return-ShowHiddenChannels icon indicating copy to clipboard operation
return-ShowHiddenChannels copied to clipboard

(DevHelp) ChannelUtil, Voice and ChannelItem

Open Cyenia opened this issue 3 years ago • 8 comments
trafficstars

Are these the ones that are missing?

const ChannelUtil = WebpackModules.getByProps("selectChannel", "selectPrivateChannel");
const VoiceUser = WebpackModules.getByPrototypes("renderPrioritySpeaker", "renderIcons", "renderAvatar")
const VoiceUsers = WebpackModules.getByString("hidePreview", "previewIsOpen", "previewUserIdAfterDelay");
const ChannelItem = WebpackModules.getByString("canHaveDot", "unreadRelevant", "UNREAD_HIGHLIGHT")

Cyenia avatar Oct 17 '22 17:10 Cyenia

Yep, thank you ❤

JustOptimize avatar Oct 18 '22 22:10 JustOptimize

If you want to add the lock symbol again, this svg might be useful. I copied it from a locked voice channel

<svg width="24" height="24" class="icon-2W8DHg" viewBox="0 0 24 24" aria-hidden="true" role="img">
    <path fill="currentColor" d="M17 11V7C17 4.243 14.756 2 12 2C9.242 2 7 4.243 7 7V11C5.897 11 5 11.896 5 13V20C5 21.103 5.897 22 7 22H17C18.103 22 19 21.103 19 20V13C19 11.896 18.103 11 17 11ZM12 18C11.172 18 10.5 17.328 10.5 16.5C10.5 15.672 11.172 15 12 15C12.828 15 13.5 15.672 13.5 16.5C13.5 17.328 12.828 18 12 18ZM15 11H9V7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7V11Z" aria-hidden="true">
    </path>
</svg>

Cyenia avatar Oct 18 '22 23:10 Cyenia

Can you take a look at this? Do you know how to fix anything?

JustOptimize avatar Oct 19 '22 14:10 JustOptimize

unfortunately not

Cyenia avatar Oct 19 '22 15:10 Cyenia

btw. i got the old version from devilbro working again.

Cyenia avatar Oct 20 '22 23:10 Cyenia

I was thinking about it, but then I thought I should stop relying on Devil's crappy library.

JustOptimize avatar Oct 21 '22 07:10 JustOptimize

yes sure, but now I can tell you that you can't patch ChannelItem like you did. ChannelItem is pure js and not a webpack, if I understand correctly. So you have to do it like this

Cyenia avatar Oct 21 '22 09:10 Cyenia

Oh god...

JustOptimize avatar Oct 21 '22 15:10 JustOptimize