Make continued conversations (chat2muc) members-only (fix #4102)
This commit is contained in:
		
							parent
							
								
									bda1d9cd56
								
							
						
					
					
						commit
						2733ffb3d0
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -1301,6 +1301,9 @@ class Interface:
 | 
				
			||||||
						f.value = True
 | 
											f.value = True
 | 
				
			||||||
					elif f.var == 'muc#roomconfig_publicroom':
 | 
										elif f.var == 'muc#roomconfig_publicroom':
 | 
				
			||||||
						f.value = False
 | 
											f.value = False
 | 
				
			||||||
 | 
										elif f.var == 'muc#roomconfig_membersonly':
 | 
				
			||||||
 | 
											f.value = True
 | 
				
			||||||
 | 
									print 'Hello'
 | 
				
			||||||
				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…
	
	Add table
		
		Reference in a new issue