♻️ No idea, but errors all gone
This commit is contained in:
@@ -11,7 +11,7 @@ namespace DysonNetwork.Sphere.Activity;
|
||||
public class ActivityService(
|
||||
AppDatabase db,
|
||||
PublisherService pub,
|
||||
DysonNetwork.Shared.Services.IRelationshipService rels,
|
||||
Shared.Services.IRelationshipService rels,
|
||||
PostService ps,
|
||||
DiscoveryService ds
|
||||
)
|
||||
@@ -125,7 +125,7 @@ public class ActivityService(
|
||||
)
|
||||
{
|
||||
var activities = new List<Activity>();
|
||||
var userFriends = await rels.ListAccountFriends(currentUser);
|
||||
var userFriends = (await rels.ListAccountFriends(currentUser)).Select(x => x.Id).ToList();
|
||||
var userPublishers = await pub.GetUserPublishers(currentUser.Id);
|
||||
debugInclude ??= [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user