mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 12:05:28 +10:00
[GH-ISSUE #15] Ability to clear out a member's values without having to set a new value or delete the member #12
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 23, 2026).
Original GitHub issue: https://github.com/pieartsy/PluralFlux/issues/15
Currently once a value (display name, proxy, or profile pic) is set for a member, it can't be cleared out. A command that sets the value to null would be good.
Perhaps the methods to update each could be modified to allow
-clearor empty quotes to count as a clear/null value, instead of returning an error.