From 5498cbf30b912f24052b286f14fbb0a8c5d0985e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 24 Feb 2021 12:12:21 +0200 Subject: [PATCH] Fix /verify in the help modal --- ui/help-modal.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/help-modal.go b/ui/help-modal.go index 4fe2dc0..e120b62 100644 --- a/ui/help-modal.go +++ b/ui/help-modal.go @@ -35,7 +35,8 @@ const helpText = `# General /device - Show info about a specific device. /unverify - Un-verify a device. /blacklist - Blacklist a device. -/verify [fingerprint] +/verify - Verify a user with in-room verification. Probably broken. +/verify-device [fingerprint] - Verify a device. If the fingerprint is not provided, interactive emoji verification will be started. /reset-session - Reset the outbound Megolm session in the current room.