]> cat aescling's git repositories - mastodon.git/commit
Improve RSS entries for statuses (#13592)
authorThibG <thib@sitedethib.com>
Sun, 10 May 2020 07:50:54 +0000 (09:50 +0200)
committerGitHub <noreply@github.com>
Sun, 10 May 2020 07:50:54 +0000 (09:50 +0200)
commita4240fd0272eb79b7d99cccfa7d14e8a1e12921d
treec6da3d4c75018c01c09fa0b582e6ca0b35aea790
parent73f3842284ac8ed6519e4d680ab17bde47dfbcae
Improve RSS entries for statuses (#13592)

* Improve RSS entries for statuses

- Render polls in both accounts and tags serializers
- Refactor RSS serializers
- Change title preview to include ellipsis when truncated
- Change title preview to show CW instead of toot text
- Add tests

* Remove title from OEmbed serialization

Twitter doesn't serialize title either, and tihs allows us to move the
title formatting code to the RSS serializers.
app/lib/rss/serializer.rb [new file with mode: 0644]
app/models/status.rb
app/serializers/oembed_serializer.rb
app/serializers/rss/account_serializer.rb
app/serializers/rss/tag_serializer.rb
spec/lib/rss/serializer_spec.rb [new file with mode: 0644]
spec/models/status_spec.rb