make room participants list private when continuing a conversation. Fixes #4102

This commit is contained in:
Yann Leboulanger 2008-08-11 13:23:09 +00:00
parent 32a686e6c4
commit 31b3c543ec
1 changed files with 2 additions and 0 deletions

View File

@ -1305,6 +1305,8 @@ class Interface:
f.value = False
elif f.var == 'muc#roomconfig_membersonly':
f.value = True
elif f.var == 'public_list':
f.value = False
gajim.connections[account].send_gc_config(room_jid, form)
else:
# use default configuration