Purge last_known_ip when a user is deleted
This commit is contained in:
parent
490ca3be58
commit
5736c57f10
@ -1700,7 +1700,8 @@ defmodule Pleroma.User do
|
||||
fields: [],
|
||||
raw_fields: [],
|
||||
is_discoverable: false,
|
||||
also_known_as: []
|
||||
also_known_as: [],
|
||||
last_known_ip: nil
|
||||
})
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user