diff --git a/src/FishyFlip/ATProtoRepo.cs b/src/FishyFlip/ATProtoRepo.cs index 350ec61..851561c 100644 --- a/src/FishyFlip/ATProtoRepo.cs +++ b/src/FishyFlip/ATProtoRepo.cs @@ -149,6 +149,9 @@ public Task> CreateCurateListAsync( public async Task> GetPostAsync(ATIdentifier repo, string rkey, Cid? cid = null, CancellationToken cancellationToken = default) => await this.GetRecordAsync(Constants.FeedType.Post, repo, rkey, cid, cancellationToken); + public async Task> GetActorAsync(ATIdentifier repo, Cid? cid = null, CancellationToken cancellationToken = default) + => await this.GetRecordAsync(Constants.ActorTypes.Profile, repo, "self", cid, cancellationToken); + public Task> UploadBlobAsync(StreamContent content, CancellationToken cancellationToken = default) { return