Add a changelog entry for twitterapi removal and fix credo issues
authorrinpatch <rinpatch@sdf.org>
Sat, 31 Aug 2019 07:45:37 +0000 (10:45 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 31 Aug 2019 07:45:37 +0000 (10:45 +0300)
CHANGELOG.md
test/web/twitter_api/twitter_api_test.exs

index 2fdcb014ad700b4544bf1bd3d1b556144e6e3fd4..e8ea83005ab91bd195d79db6f3128d3f5b864330 100644 (file)
@@ -103,6 +103,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - RichMedia: add the rich media ttl based on image expiration time.
 
 ### Removed
+- GNU Social API with Qvitter extensions support
 - Emoji: Remove longfox emojis.
 - Remove `Reply-To` header from report emails for admins.
 - ActivityPub: The `accept_blocks` configuration setting.
index 50ed43c1545e7ab3c49ca9db20920e1f2fb3314f..0a57e174fc087dbb6a43830293b6c1274fc76021 100644 (file)
@@ -7,8 +7,8 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
   alias Pleroma.Repo
   alias Pleroma.User
   alias Pleroma.UserInviteToken
-  alias Pleroma.Web.TwitterAPI.TwitterAPI
   alias Pleroma.Web.MastodonAPI.AccountView
+  alias Pleroma.Web.TwitterAPI.TwitterAPI
 
   import Pleroma.Factory