Merge pull request #1712 from riyad/use-gem-for-emoji
Use gem for Emoji
This commit is contained in:
commit
c007325451
852 changed files with 5 additions and 6 deletions
|
@ -115,7 +115,7 @@ module ApplicationHelper
|
|||
def emoji_autocomplete_source
|
||||
# should be an array of strings
|
||||
# so to_s can be called, because it is sufficient and to_json is too slow
|
||||
Emoji::NAMES.to_s
|
||||
Emoji.names.to_s
|
||||
end
|
||||
|
||||
def ldap_enable?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue