Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Fix delayed loading of my account publications
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvicenti committed Dec 9, 2023
1 parent 3c7f6b8 commit 1490984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/daemon/api/documents/v1alpha/documents.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ func (api *Server) ListAccountPublications(ctx context.Context, in *documents.Li

pub, err := api.GetPublication(ctx, &documents.GetPublicationRequest{
DocumentId: x.ResourcesIRI,
LocalOnly: true,
})
if err != nil {
continue
Expand Down

0 comments on commit 1490984

Please sign in to comment.