0
0
Fork 0

Fix ArgumentError when loading newer Private Mentions (#25399)

This commit is contained in:
Claire 2023-06-14 08:54:52 +02:00 committed by GitHub
parent bca649ba79
commit ec59166844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 11 deletions

View file

@ -45,7 +45,7 @@ class Api::V1::ConversationsController < Api::BaseController
},
]
)
.to_a_paginated_by_id(limit_param(LIMIT), **params_slice(:max_id, :since_id, :min_id))
.to_a_paginated_by_id(limit_param(LIMIT), params_slice(:max_id, :since_id, :min_id))
end
def insert_pagination_headers