make continued conversations unbrowsable. fix #3783
This commit is contained in:
parent
3d21a3b6b0
commit
79678de341
|
@ -1384,6 +1384,8 @@ class Interface:
|
||||||
for f in form.iter_fields():
|
for f in form.iter_fields():
|
||||||
if f.var == 'muc#roomconfig_allowinvites':
|
if f.var == 'muc#roomconfig_allowinvites':
|
||||||
f.value = True
|
f.value = True
|
||||||
|
elif f.var == 'muc#roomconfig_publicroom':
|
||||||
|
f.value = False
|
||||||
gajim.connections[account].send_gc_config(room_jid, form)
|
gajim.connections[account].send_gc_config(room_jid, form)
|
||||||
else:
|
else:
|
||||||
# use default configuration
|
# use default configuration
|
||||||
|
|
Loading…
Reference in New Issue