Merge branch 'master' into gs-master

This commit is contained in:
David Yip
2017-10-27 09:45:25 -05:00
12 changed files with 88 additions and 44 deletions

View File

@@ -3,7 +3,7 @@
class REST::CustomEmojiSerializer < ActiveModel::Serializer
include RoutingHelper
attributes :shortcode, :url, :static_url
attributes :shortcode, :url, :static_url, :visible_in_picker
def url
full_asset_url(object.image.url)