about summary refs log tree commit diff stats
path: root/src/room_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/room_chat.c')
-rw-r--r--src/room_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room_chat.c b/src/room_chat.c
index d84a23fe..a55b8910 100644
--- a/src/room_chat.c
+++ b/src/room_chat.c
@@ -252,7 +252,7 @@ room_add_to_roster(const char * const room, const char * const nick,
             updated = TRUE;
         }
 
-        PContact contact = p_contact_new(nick, NULL, show, status, NULL);
+        PContact contact = p_contact_new(nick, NULL, show, status, NULL, FALSE);
         g_hash_table_replace(chat_room->roster, strdup(nick), contact);
     }