Skip to content

Commit 599c285

Browse files
authored
Merge pull request #168 from fedify-dev/fix/upgrade-old-applications-to-be-confidential
Fix issue with old application registrations defaulting to non-confidential
2 parents c0bc678 + c75c74e commit 599c285

3 files changed

Lines changed: 3019 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE "applications"
2+
SET confidential = true
3+
WHERE confidential = false;

0 commit comments

Comments
 (0)