forked from github/cinny
fix notification not working for selected room (#1864)
This commit is contained in:
@@ -16,11 +16,9 @@ import * as css from './UnverifiedTab.css';
|
||||
export function UnverifiedTab() {
|
||||
const mx = useMatrixClient();
|
||||
const deviceList = useDeviceList();
|
||||
console.log(deviceList);
|
||||
const unverified = deviceList?.filter(
|
||||
(device) => isCrossVerified(mx, device.device_id) === false
|
||||
);
|
||||
console.log(unverified);
|
||||
|
||||
if (!unverified?.length) return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user