Always hide key material of user signing keys

This is far more robst than trying to manually scrub this in all affected paths
This commit is contained in:
Oneric 2025-11-25 00:00:00 +00:00
parent f5d78b374c
commit 5d8cdd6416

View file

@ -8,6 +8,7 @@ defmodule Pleroma.User.SigningKey do
require Logger
@derive {Inspect, only: [:user_id, :key_id]}
@primary_key false
schema "signing_keys" do
belongs_to(:user, Pleroma.User, type: FlakeId.Ecto.CompatType)