迁移聊天室静音偏好工具
This commit is contained in:
@@ -7,9 +7,14 @@ export {
|
||||
BLOCKABLE_SYSTEM_SENDERS,
|
||||
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
|
||||
CHAT_SOUND_MUTED_STORAGE_KEY,
|
||||
isSoundMuted,
|
||||
loadBlockedSystemSenders,
|
||||
normalizeChatPreferences,
|
||||
normalizeDailyStatus,
|
||||
parseDailyStatusExpiry,
|
||||
persistBlockedSystemSenders,
|
||||
setSoundMuted,
|
||||
shouldMigrateLocalChatPreferences,
|
||||
} from "./chat-room/preferences-status.js";
|
||||
export {
|
||||
normalizeRoomStatus,
|
||||
@@ -27,9 +32,14 @@ import {
|
||||
BLOCKABLE_SYSTEM_SENDERS,
|
||||
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
|
||||
CHAT_SOUND_MUTED_STORAGE_KEY,
|
||||
isSoundMuted,
|
||||
loadBlockedSystemSenders,
|
||||
normalizeChatPreferences,
|
||||
normalizeDailyStatus,
|
||||
parseDailyStatusExpiry,
|
||||
persistBlockedSystemSenders,
|
||||
setSoundMuted,
|
||||
shouldMigrateLocalChatPreferences,
|
||||
} from "./chat-room/preferences-status.js";
|
||||
import {
|
||||
normalizeRoomStatus,
|
||||
@@ -53,9 +63,14 @@ if (typeof window !== "undefined") {
|
||||
BLOCKABLE_SYSTEM_SENDERS,
|
||||
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
|
||||
CHAT_SOUND_MUTED_STORAGE_KEY,
|
||||
isSoundMuted,
|
||||
loadBlockedSystemSenders,
|
||||
normalizeChatPreferences,
|
||||
normalizeDailyStatus,
|
||||
parseDailyStatusExpiry,
|
||||
persistBlockedSystemSenders,
|
||||
setSoundMuted,
|
||||
shouldMigrateLocalChatPreferences,
|
||||
normalizeRoomStatus,
|
||||
renderRoomStatusRow,
|
||||
renderRoomsOnlineStatus,
|
||||
|
||||
Reference in New Issue
Block a user