迁移聊天室禁音入口
This commit is contained in:
@@ -227,6 +227,7 @@ export {
|
||||
shouldMigrateLocalChatPreferences,
|
||||
toggleBlockMenu,
|
||||
toggleFeatureMenu,
|
||||
toggleSoundMute,
|
||||
} from "./chat-room/preferences-status.js";
|
||||
export { bindChatRightPanelControls } from "./chat-room/right-panel.js";
|
||||
export {
|
||||
@@ -418,6 +419,7 @@ import {
|
||||
shouldMigrateLocalChatPreferences,
|
||||
toggleBlockMenu,
|
||||
toggleFeatureMenu,
|
||||
toggleSoundMute,
|
||||
} from "./chat-room/preferences-status.js";
|
||||
import { bindChatRightPanelControls } from "./chat-room/right-panel.js";
|
||||
import {
|
||||
@@ -645,6 +647,7 @@ if (typeof window !== "undefined") {
|
||||
shouldMigrateLocalChatPreferences,
|
||||
toggleBlockMenu,
|
||||
toggleFeatureMenu,
|
||||
toggleSoundMute,
|
||||
bindChatRightPanelControls,
|
||||
bindRoomStatusControls,
|
||||
normalizeRoomStatus,
|
||||
|
||||
Reference in New Issue
Block a user