summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-06-30 01:48:17 -0500
committerAlex Gleason <alex@alexgleason.me>2021-06-30 02:02:24 -0500
commitbeb1c98ab5e0848127a4490180364552f6fcdbf5 (patch)
tree97cad90b4d225327111fbde07cbaf5c6de343e74 /lib
parent43800d83f4fc3b251cdd93c28dab2df7297021b3 (diff)
Deletions: don't purge keys so Delete/Undo activities can be signed
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/user.ex2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex
index 5d8b936aa..de3b8ca3b 100644
--- a/lib/pleroma/user.ex
+++ b/lib/pleroma/user.ex
@@ -1680,8 +1680,6 @@ defmodule Pleroma.User do
email: nil,
name: nil,
password_hash: nil,
- keys: nil,
- public_key: nil,
avatar: %{},
tags: [],
last_refreshed_at: nil,