[PR #126] [MERGED] fix: remove base64 padding for vapid keys #169

Closed
opened 2026-02-16 12:51:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/self-hosted/pull/126
Author: @hakt0r
Created: 1/28/2025
Status: Merged
Merged: 2/9/2025
Merged by: @insertish

Base: masterHead: hakt0r-fix-issue-122-pushd-crash-due-to-vapid-key-base64-padding


📝 Commits (1)

  • 2169e40 fix: #122 - remove base64 padding for vapid keys

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 generate_config.sh (+2 -2)

📄 Description

fix for issue #122
./generate_config.sh was not stripping base64 padding (=) which would lead to pushd crashing


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/self-hosted/pull/126 **Author:** [@hakt0r](https://github.com/hakt0r) **Created:** 1/28/2025 **Status:** ✅ Merged **Merged:** 2/9/2025 **Merged by:** [@insertish](https://github.com/insertish) **Base:** `master` ← **Head:** `hakt0r-fix-issue-122-pushd-crash-due-to-vapid-key-base64-padding` --- ### 📝 Commits (1) - [`2169e40`](https://github.com/stoatchat/self-hosted/commit/2169e4019ec38e0686dbf4fb3139d37b64d2ed0a) fix: #122 - remove base64 padding for vapid keys ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `generate_config.sh` (+2 -2) </details> ### 📄 Description fix for issue #122 ./generate_config.sh was not stripping base64 padding (=) which would lead to pushd crashing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:51:42 -05:00
yindo closed this issue 2026-02-16 12:51:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#169