Filter on activities

This commit is contained in:
2025-06-21 22:21:20 +08:00
parent f1a47fd079
commit d1fb0b9b55
6 changed files with 129 additions and 14 deletions

View File

@ -6,7 +6,7 @@ namespace DysonNetwork.Sphere.Account;
public class RelationshipService(AppDatabase db, ICacheService cache)
{
private const string UserFriendsCacheKeyPrefix = "user:friends:";
private const string UserFriendsCacheKeyPrefix = "accounts:friends:";
public async Task<bool> HasExistingRelationship(Guid accountId, Guid relatedId)
{