]> cat aescling's git repositories - mastodon.git/commit
Add support for custom emojis in poll options (#10322)
authorThibG <thib@sitedethib.com>
Wed, 20 Mar 2019 16:29:12 +0000 (17:29 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 20 Mar 2019 16:29:12 +0000 (17:29 +0100)
commit80f0910e2141b24082b9143266a9a6cf1ef6a516
treeaf7a96def3f54cdb4b8fcb11adc1ecb36166c529
parent66d945209278c9344d503fe4e7a58d5c6f040e50
Add support for custom emojis in poll options (#10322)

* Backend changes for custom emoji support in poll options

* Serialize poll emojis in REST API

* Render custom emojis in poll options

* Render custom emoji in poll options on public pages
app/javascript/mastodon/actions/importer/normalizer.js
app/javascript/mastodon/components/poll.js
app/lib/formatter.rb
app/models/poll.rb
app/models/status.rb
app/serializers/rest/poll_serializer.rb
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_poll.html.haml
app/views/stream_entries/_simple_status.html.haml