mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #73] [MERGED] [core] Fix Decoding of Special Characters #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/73
Author: @ricoberger
Created: 11/24/2023
Status: ✅ Merged
Merged: 11/24/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-decoding-of-special-characters📝 Commits (1)
df4d13d[core] Fix Decoding of Special Characters📊 Changes
9 files changed (+192 additions, -48 deletions)
View changed files
📝
supabase/functions/add-source-v1/index.ts(+36 -9)📝
supabase/functions/delete-user-v1/index.ts(+24 -6)📝
supabase/functions/generate-magic-link-v1/index.ts(+16 -4)📝
supabase/functions/image-proxy-v1/index.ts(+12 -3)📝
supabase/functions/profile-v1/index.ts(+40 -10)📝
supabase/functions/profile-v2/github.ts(+20 -5)📝
supabase/functions/profile-v2/index.ts(+20 -5)📝
supabase/functions/stripe-create-billing-portal-link-v1/index.ts(+12 -3)📝
supabase/functions/stripe-create-checkout-session-v1/index.ts(+12 -3)📄 Description
We have to add the "charset" parameter to the "Content-Type" header when we return json from one of the Supabase functions, so that special characters are properly decoded in Flutter.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.