about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index e5612d9c..e7409a3e 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -1920,6 +1920,7 @@ cmd_room(gchar **args, struct cmd_help_t help)
                 switch (field_type) {
                 case FIELD_TEXT_SINGLE:
                 case FIELD_TEXT_PRIVATE:
+                case FIELD_JID_SINGLE:
                     form_set_value_by_tag(current->form, tag, value);
                     ui_current_print_line("%s set to %s", tag, value);
                     break;