File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
channel-typing-indicators Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function getChannelIconContainer(channelId) {
2525 `[data-list-item-id="channels___${ channelId } "]`
2626 ) ?. parentElement ;
2727
28- return channelElement ?. querySelector ( `div[class^="children_ "]` ) ;
28+ return channelElement ?. querySelector ( `div[class*="children "]` ) ;
2929}
3030
3131export async function removeTypingIndicator ( channelId ) {
Original file line number Diff line number Diff line change 33 util : { getFiber, reactFiberWalker }
44} = shelter ;
55
6- const USERNAME_QUERY = '[id^="message-username-"] > [class^ ="username"]' ;
6+ const USERNAME_QUERY = '[id^="message-username-"] > [class* ="username"]' ;
77
88export function forceAddUsernames ( ) {
99 for ( const e of document . querySelectorAll ( USERNAME_QUERY ) ) {
Original file line number Diff line number Diff line change 66
77import Timer from "./components/timer" ;
88
9- const SUBTEXT_QUERY = `div[class^ ="rtcConnectionStatus"] a div[class^ ="lineClamp"]:not(:has(.ioj4-vct))` ;
9+ const SUBTEXT_QUERY = `div[class* ="rtcConnectionStatus"] a div[class* ="lineClamp"]:not(:has(.ioj4-vct))` ;
1010
1111let insertLock = false ;
1212
You can’t perform that action at this time.
0 commit comments