Remove unused javascript (#2470)

This commit is contained in:
Ajay Bura
2025-08-29 19:34:52 +10:00
committed by GitHub
parent 61967e6b2c
commit 1b89475fa7
214 changed files with 341 additions and 8768 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ import { useOpenedSidebarFolderAtom } from '../../../state/hooks/openedSidebarFo
import { usePowerLevels } from '../../../hooks/usePowerLevels';
import { useRoomsUnread } from '../../../state/hooks/unread';
import { roomToUnreadAtom } from '../../../state/room/roomToUnread';
import { markAsRead } from '../../../../client/action/notifications';
import { markAsRead } from '../../../utils/notifications';
import { copyToClipboard } from '../../../utils/dom';
import { stopPropagation } from '../../../utils/keyboard';
import { getMatrixToRoom } from '../../../plugins/matrix-to';