This is kind of a grab bag of smaller stuff
reward details
You can click on your reward notifications now and view where your rewards came from and how you compared to other rewardees. It's still not great detail but it's better than what we provided before and is a vector for more details later.
Also, @anon's stack (the sats anons earn on posts) have been added to the reward pool.
image fixes
via @ekzyis
When our image proxy can't process an image you share, we fallback to the original source url now. If you're concerned about your IP leaking to image hosts, you can make it so fallbacks are only available on click in your settings.
Additionally, timeouts were added to the proxy.
pwa dark mode enhancements
via @WeAreAllSatoshi
On android, when your OS theme preference is dark mode, you should get a dark splash screen now.
lnauth with the new phoenix wallet should be fixed
via @ekzyis
The new phoenix wallet sends a
GET
with Content-Length: 0
on lnauth which deviates from the HTTP spec's recommendation:A user agent SHOULD NOT send a Content-Length header field when the request message does not contain a payload body and the method semantics do not anticipate such a body.
... and caused us to fail the request. We remove the header upstream now.
new open source contributor
@rleed@github.com made it so the dropdown when you click on you nym is no longer a link tag (because it shouldn't be one).