mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-22 18:23:18 +00:00
Implement FEP 7888: Part 1 - publish conversation context (#35959)
This commit is contained in:
parent
9463a31107
commit
65b4a0a6f1
15 changed files with 309 additions and 12 deletions
|
|
@ -23,6 +23,7 @@ RSpec.describe ActivityPub::NoteSerializer do
|
|||
'zh-TW' => a_kind_of(String),
|
||||
}),
|
||||
'replies' => replies_collection_values,
|
||||
'context' => ActivityPub::TagManager.instance.uri_for(parent.conversation),
|
||||
})
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue