Add text-private in the possible ad-hoc field types

This commit is contained in:
louiz’ 2016-08-11 11:29:41 +02:00
parent d4c5b8f4da
commit 8b007c8bc8
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ const (
TypeAdHocFieldListSingle = "list-single"
TypeAdHocFieldTextSingle = "text-single"
TypeAdHocFieldJidSingle = "jid-single"
TypeAdHocFieldTextPrivate = "text-private"
)
type AdHocCommand struct {