mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-19 23:52:15 +00:00
chore: replace Ko-Fi with Support links, drop uninstall token
Switch the Ko-Fi support links to https://support.koalastuff.net across the README badge, the extension footer (popup.html/template.html, label "Support KoalaSync") and remove the now-unused KOFI_URL constant. Stop generating/sending the anonymous uninstall token: initUninstallURL() now registers the feedback URL without the `t` parameter or storage write. CHANGELOG updated to match. Also guard the client CMD_ACK path: only ACK a command sender that is still a known peer in the room, so we don't emit ACKs to peers that already left (which the server now drops as absent-peer ACKs anyway). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -138,7 +138,7 @@ gh attestation verify dist/koalasync-chrome.zip \
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
<sub><a href="https://ko-fi.com/koaladev"><img src="https://img.shields.io/badge/Ko--Fi-Support-FF5E5B?logo=ko-fi&logoColor=white" alt="Ko-Fi"></a></sub>
|
||||
<sub><a href="https://support.koalastuff.net"><img src="https://img.shields.io/badge/Support-KoalaSync-FF5E5B" alt="Support KoalaSync"></a></sub>
|
||||
<sub><a href="https://gitgem.org/github/Shik3i/KoalaSync"><img src="https://gitgem.org/api/badge/github/Shik3i/KoalaSync.svg" alt="GitGem Badge" /></a></sub>
|
||||
|
||||
<sub>Built with ❤️ by <a href="https://github.com/Shik3i">Shik3i</a>. KoalaSync is Open Source under the <a href="LICENSE">MIT License</a>.</sub>
|
||||
|
||||
Reference in New Issue
Block a user