Refactor posting and make character limit configurable.
This commit is contained in:
parent
ac2893a945
commit
50409326a8
12 changed files with 87 additions and 78 deletions
|
|
@ -2,7 +2,8 @@ defmodule Pleroma.Web.TwitterAPI.UserViewTest do
|
|||
use Pleroma.DataCase
|
||||
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.TwitterAPI.{UserView, Utils}
|
||||
alias Pleroma.Web.TwitterAPI.UserView
|
||||
alias Pleroma.Web.CommonAPI.Utils
|
||||
alias Pleroma.Builders.UserBuilder
|
||||
|
||||
import Pleroma.Factory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue