Add language attribute to collections (#37549)

This commit is contained in:
David Roetzel
2026-01-20 14:22:54 +01:00
committed by GitHub
parent a1c17fef3a
commit 7cdc05b9a8
10 changed files with 51 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ RSpec.describe REST::CollectionSerializer do
id: 2342,
name: 'Exquisite follows',
description: 'Always worth a follow',
language: 'en',
local: true,
sensitive: true,
discoverable: false,
@@ -31,6 +32,7 @@ RSpec.describe REST::CollectionSerializer do
'id' => '2342',
'name' => 'Exquisite follows',
'description' => 'Always worth a follow',
'language' => 'en',
'local' => true,
'sensitive' => true,
'discoverable' => false,