File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/components/servers/drawer Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,7 @@ import { Channel } from "@/chat-api/store/useChannels";
1818import ItemContainer from "@/components/ui/LegacyItem" ;
1919import { styled } from "solid-styled-components" ;
2020import Text from "@/components/ui/Text" ;
21- import {
22- ChannelType ,
23- ServerNotificationPingMode ,
24- ServerNotificationSoundMode
25- } from "@/chat-api/RawData" ;
21+ import { ChannelType , ServerNotificationPingMode } from "@/chat-api/RawData" ;
2622import Icon from "@/components/ui/icon/Icon" ;
2723import { FlexColumn , FlexRow } from "@/components/ui/Flexbox" ;
2824import { CHANNEL_PERMISSIONS , ROLE_PERMISSIONS } from "@/chat-api/Bitwise" ;
@@ -569,7 +565,6 @@ function JoinedThisSessionNotificationNotice() {
569565 const handleSetToMentionsOnly = ( ) => {
570566 dismiss ( ) ;
571567 store . account . updateUserNotificationSettings ( {
572- notificationSoundMode : ServerNotificationSoundMode . MENTIONS_ONLY ,
573568 notificationPingMode : ServerNotificationPingMode . MENTIONS_ONLY ,
574569 serverId : params . serverId
575570 } ) ;
You can’t perform that action at this time.
0 commit comments