Purge last_known_ip when a user is deleted

This commit is contained in:
Alex Gleason 2021-01-06 15:05:07 -06:00
parent 490ca3be58
commit 5736c57f10
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -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