mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Add language attribute to collections (#37549)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user