-
- Downloads
Fix various issues in polls (#10165)
* Fix ActivityPub poll results being serialized even with hide_totals * Fix poll refresh button having a different font size * Display poll in OpenGraph description * Fix NoMethodError when serializing votes Regression from #10158 * Fix polls on public pages being broken for non-logged-in users * Do not show time remaining if poll has no expiration date
Showing
- app/helpers/stream_entries_helper.rb 11 additions, 1 deletionapp/helpers/stream_entries_helper.rb
- app/javascript/mastodon/components/poll.js 3 additions, 2 deletionsapp/javascript/mastodon/components/poll.js
- app/javascript/styles/mastodon/polls.scss 1 addition, 0 deletionsapp/javascript/styles/mastodon/polls.scss
- app/models/poll_vote.rb 4 additions, 0 deletionsapp/models/poll_vote.rb
- app/serializers/activitypub/note_serializer.rb 8 additions, 4 deletionsapp/serializers/activitypub/note_serializer.rb
- app/views/stream_entries/_poll.html.haml 10 additions, 6 deletionsapp/views/stream_entries/_poll.html.haml
Please register or sign in to comment