Bug fixes in emoji verificaiton

This commit is contained in:
Ajay Bura
2022-05-03 12:52:26 +05:30
parent 75fca57424
commit 6d965fdc6d
4 changed files with 52 additions and 43 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ function DeviceManage() {
const verifyWithEmojis = async (deviceId) => {
const req = await mx.requestVerification(mx.getUserId(), [deviceId]);
openEmojiVerification(req);
openEmojiVerification(req, { userId: mx.getUserId(), deviceId });
};
const verify = (deviceId, isCurrentDevice) => {