forked from open-webui/open-webui
		
	fix
This commit is contained in:
		
							parent
							
								
									fe3291acb5
								
							
						
					
					
						commit
						1cf4fa96c1
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -153,7 +153,9 @@ class TagTable: | ||||||
| 
 | 
 | ||||||
|         return [ |         return [ | ||||||
|             TagModel(**model_to_dict(tag)) |             TagModel(**model_to_dict(tag)) | ||||||
|             for tag in Tag.select().where(Tag.name.in_(tag_names)) |             for tag in Tag.select() | ||||||
|  |             .where(Tag.user_id == user_id) | ||||||
|  |             .where(Tag.name.in_(tag_names)) | ||||||
|         ] |         ] | ||||||
| 
 | 
 | ||||||
|     def get_chat_ids_by_tag_name_and_user_id( |     def get_chat_ids_by_tag_name_and_user_id( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek