迁移聊天室禁音入口

This commit is contained in:
2026-04-25 19:36:37 +08:00
parent 7fc40eba32
commit 36ac9d090b
3 changed files with 33 additions and 16 deletions
+3
View File
@@ -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,