User: Truncate bios when updating a remote user.
This commit is contained in:
parent
3a63f84c45
commit
3f13437a9c
4 changed files with 16 additions and 3 deletions
|
|
@ -570,7 +570,10 @@ defmodule Pleroma.UserTest do
|
|||
assert fetched_user == "not found nonexistant"
|
||||
end
|
||||
|
||||
clear_config([:instance, :user_bio_length])
|
||||
|
||||
test "updates an existing user, if stale" do
|
||||
Pleroma.Config.put([:instance, :user_bio_length], 1)
|
||||
a_week_ago = NaiveDateTime.add(NaiveDateTime.utc_now(), -604_800)
|
||||
|
||||
orig_user =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue