The Data.tryJournalById function (called by Handlers.Request.get) is returning the entire request, including notes and history, which it should not be doing - that's what Data.tryFullRequestById (called by Handlers.Request.getFull) is for. Modify it to return the request with empty history and notes arrays.
(This was broken in the v2 conversion between EF Core and RavenDB.)
The `Data.tryJournalById` function (called by `Handlers.Request.get`) is returning the entire request, including notes and history, which it should not be doing - that's what `Data.tryFullRequestById` (called by `Handlers.Request.getFull`) is for. Modify it to return the request with empty history and notes arrays.
_(This was broken in the v2 conversion between EF Core and RavenDB.)_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The
Data.tryJournalByIdfunction (called byHandlers.Request.get) is returning the entire request, including notes and history, which it should not be doing - that's whatData.tryFullRequestById(called byHandlers.Request.getFull) is for. Modify it to return the request with empty history and notes arrays.(This was broken in the v2 conversion between EF Core and RavenDB.)
Fixed in v2.1.4