Update about the showing the user images
This commit is contained in:
@@ -26,7 +26,7 @@ namespace skydiveLogs_api.Infrastructure
|
||||
{
|
||||
return _col.Include(x => x.User)
|
||||
.Query()
|
||||
.Where(j => j.User == user)
|
||||
.Where(j => j.User.Id == user.Id)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user