Merge branch 'spc-fix-3' into 'develop'
[akkoma] / lib / pleroma / user / info.ex
index fb1791c205d8874ecb33126f54768f637dca004c..c6c923aac0f30a3b61480004d37f615081d419ca 100644 (file)
@@ -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?