mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Fix /verify in the help modal
This commit is contained in:
parent
9ff328c080
commit
5498cbf30b
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ const helpText = `# General
|
||||||
/device <user id> <device id> - Show info about a specific device.
|
/device <user id> <device id> - Show info about a specific device.
|
||||||
/unverify <user id> <device id> - Un-verify a device.
|
/unverify <user id> <device id> - Un-verify a device.
|
||||||
/blacklist <user id> <device id> - Blacklist a device.
|
/blacklist <user id> <device id> - Blacklist a device.
|
||||||
/verify <user id> <device id> [fingerprint]
|
/verify <user id> - Verify a user with in-room verification. Probably broken.
|
||||||
|
/verify-device <user id> <device id> [fingerprint]
|
||||||
- Verify a device. If the fingerprint is not provided,
|
- Verify a device. If the fingerprint is not provided,
|
||||||
interactive emoji verification will be started.
|
interactive emoji verification will be started.
|
||||||
/reset-session - Reset the outbound Megolm session in the current room.
|
/reset-session - Reset the outbound Megolm session in the current room.
|
||||||
|
|
Loading…
Add table
Reference in a new issue