mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-14 22:33:19 +00:00
* Add <ostatus:conversation /> tag to Atom input/output Only uses ref attribute (not href) because href would be the alternate link that's always included also. Creates new conversation for every non-reply status. Carries over conversation for every reply. Keeps remote URIs verbatim, generates local URIs on the fly like the rest of them. * Fix conversation migration * More spec coverage for status before_create * Prevent n+1 query when generating Atom with the new conversations * Improve code style * Remove redundant local variable |
||
|---|---|---|
| .. | ||
| account_fabricator.rb | ||
| application_fabricator.rb | ||
| block_fabricator.rb | ||
| conversation_fabricator.rb | ||
| domain_block_fabricator.rb | ||
| favourite_fabricator.rb | ||
| follow_fabricator.rb | ||
| follow_request_fabricator.rb | ||
| import_fabricator.rb | ||
| media_attachment_fabricator.rb | ||
| mention_fabricator.rb | ||
| mute_fabricator.rb | ||
| notification_fabricator.rb | ||
| preview_card_fabricator.rb | ||
| report_fabricator.rb | ||
| status_fabricator.rb | ||
| subscription_fabricator.rb | ||
| tag_fabricator.rb | ||
| user_fabricator.rb | ||
| web_setting_fabricator.rb | ||