mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:42:24 -05:00 
			
		
		
		
	[bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700)
This commit is contained in:
		
					parent
					
						
							
								093cf2ab12
							
						
					
				
			
			
				commit
				
					
						cb1f935013
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -40,7 +40,7 @@ func (s *statusBookmarkDB) GetStatusBookmark(ctx context.Context, id string) (*g | |||
| 	err := s.conn. | ||||
| 		NewSelect(). | ||||
| 		Model(bookmark). | ||||
| 		Where("? = ?", bun.Ident("status_bookmark.ID"), id). | ||||
| 		Where("? = ?", bun.Ident("status_bookmark.id"), id). | ||||
| 		Scan(ctx) | ||||
| 	if err != nil { | ||||
| 		return nil, s.conn.ProcessError(err) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue