mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 10:11:05 +01:00 
			
		
		
		
	join_rule -> join_policy
This commit is contained in:
		
							parent
							
								
									ae85c7804e
								
							
						
					
					
						commit
						87c864b698
					
				@ -57,7 +57,7 @@ class GroupServerStore(SQLBaseStore):
 | 
				
			|||||||
            },
 | 
					            },
 | 
				
			||||||
            retcols=(
 | 
					            retcols=(
 | 
				
			||||||
                "name", "short_description", "long_description",
 | 
					                "name", "short_description", "long_description",
 | 
				
			||||||
                "avatar_url", "is_public", "join_rule",
 | 
					                "avatar_url", "is_public", "join_policy",
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            allow_none=True,
 | 
					            allow_none=True,
 | 
				
			||||||
            desc="get_group",
 | 
					            desc="get_group",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user