mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 01:14:29 +01:00
fix Sync cmd help: Add space
Update sync command help response string to include newly added functionality - space
This commit is contained in:
parent
ba536f17e7
commit
802143c519
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ func (handler *CommandHandler) CommandPM(ce *CommandEvent) {
|
|||
ce.Reply("Created portal room with +%s and invited you to it.", puppet.JID.User)
|
||||
}
|
||||
|
||||
const cmdSyncHelp = `sync <appstate/contacts/groups> [--create-portals] - Synchronize data from WhatsApp.`
|
||||
const cmdSyncHelp = `sync <appstate/contacts/groups/space> [--create-portals] - Synchronize data from WhatsApp.`
|
||||
|
||||
func (handler *CommandHandler) CommandSync(ce *CommandEvent) {
|
||||
if len(ce.Args) == 0 {
|
||||
|
|
Loading…
Reference in a new issue