diff options
| author | lain <lain@soykaf.club> | 2019-09-13 16:06:34 +0200 | 
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-09-13 16:06:34 +0200 | 
| commit | e5b3ad3d049a7c665285f724c53f6cafb0e10118 (patch) | |
| tree | 0ac23a057dc96a1f6df9e64e7f4f579fbe12d844 /test | |
| parent | a697f0d79148358da828d24ebfe12bbb9bb33b34 (diff) | |
| download | pleroma-e5b3ad3d049a7c665285f724c53f6cafb0e10118.tar.gz pleroma-e5b3ad3d049a7c665285f724c53f6cafb0e10118.zip | |
ActivityPub: Use is_unicode_emoji? function.
Diffstat (limited to 'test')
| -rw-r--r-- | test/web/pleroma_api/pleroma_api_controller_test.exs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/test/web/pleroma_api/pleroma_api_controller_test.exs b/test/web/pleroma_api/pleroma_api_controller_test.exs index 71e4d3e1c..fa85d9174 100644 --- a/test/web/pleroma_api/pleroma_api_controller_test.exs +++ b/test/web/pleroma_api/pleroma_api_controller_test.exs @@ -8,7 +8,6 @@ defmodule Pleroma.Web.PleromaAPI.PleromaAPIControllerTest do    alias Pleroma.Conversation.Participation    alias Pleroma.Repo    alias Pleroma.Web.CommonAPI -  alias Pleroma.Web.MastodonAPI.AccountView    import Pleroma.Factory | 
