mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-19 00:34:16 +00:00
cleanup more auth
This commit is contained in:
@@ -758,7 +758,7 @@ func (h *SettingsHandler) UpdateDefaultHold(w http.ResponseWriter, r *http.Reque
|
||||
}
|
||||
|
||||
// Update profile in PDS
|
||||
err := h.ATProtoClient.UpdateProfile(user.DID, map[string]interface{}{
|
||||
err := h.ATProtoClient.UpdateProfile(user.DID, map[string]any{
|
||||
"defaultHold": holdEndpoint,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user