Treat User.Info pinned ids as strings
This commit is contained in:
parent
e36a434b99
commit
973c9eed18
2 changed files with 3 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ defmodule Pleroma.User.Info do
|
|||
field(:hub, :string, default: nil)
|
||||
field(:salmon, :string, default: nil)
|
||||
field(:hide_network, :boolean, default: false)
|
||||
field(:pinned_activities, {:array, :integer}, default: [])
|
||||
field(:pinned_activities, {:array, :string}, default: [])
|
||||
|
||||
# Found in the wild
|
||||
# ap_id -> Where is this used?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue