nearest-postal icon indicating copy to clipboard operation
nearest-postal copied to clipboard

Allow other resources to set/clear postal route

Open NotLazy opened this issue 8 months ago • 0 comments

This PR allows other resources to essentially "execute" the /postal command, via an export.

It achieves this by extrapolating the /postal logic out into a function and adding an export that calls that function, while replacing the postal logic with a call to that new function.

This PR should be compatible with my other PR, but let me know if you have any trouble merging and i'll happily resolve any conflicts my branch has.

NotLazy avatar May 08 '25 04:05 NotLazy