Fix multiple N+1s in ConversationsController (#25134)

This commit is contained in:
Claire 2023-06-01 02:41:51 +02:00 committed by GitHub
parent 675672feb6
commit 2b45fecde1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 12 deletions

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -11,7 +11,7 @@ class Api::V1::ConversationsController < Api::BaseController