mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 12:05:28 +10:00
[GH-ISSUE #6] more than one proxy possible (including on import) #3
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?
Originally created by @pieartsy on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/pieartsy/PluralFlux/issues/6
Currently only the 1st proxy is registered on import, and making a proxy overwrites the previous one. This would turn the proxy column in the database into an array that could hold more than one proxy. Deleting a proxy would be necessary too