orangered icon indicating copy to clipboard operation
orangered copied to clipboard

[Feature request] Add option for "inbox" to take you to `/notifications` instead of `/message/unread`

Open NSExceptional opened this issue 2 years ago • 7 comments

Looks like Reddit is deprecating /message/unread for some users on New Reddit, and instead shows notifications over at /notifications now

NSExceptional avatar Jul 15 '22 20:07 NSExceptional

Is this happening for you?

I just updated the code ... a bunch, and it's not even letting me log in any more.

Check it out:

https://github.com/voidref/orangered/tree/bit-rot-work

Does this let you log in?

voidref avatar Jul 17 '22 22:07 voidref

Looks like OAuth needs to be implemented ... not sure I'm really motivated for that kind of effort.

PRs welcome.

voidref avatar Jul 18 '22 03:07 voidref

Oof, me either. Scared to try a new version because of that. I might just hex edit the binary to open the new address instead. I'll make a new issue about OAuth and make this a dependent of it, if you want. We can label it Help Wanted and maybe someone will help out?

NSExceptional avatar Aug 30 '22 00:08 NSExceptional

Sounds like a plan, make it so!

voidref avatar Sep 05 '22 03:09 voidref

Done, #13. I can't add the "help wanted" label though, I think you have to.

So, is OAuth really a prerequisite for new features? Does updating the app log you out or something? Or could this still be done with an update without OAuth?

tinder-tannerbennett avatar Sep 08 '22 19:09 tinder-tannerbennett

Heh, sorry, I'm on my work computer. I'm @NSExceptional

tinder-tannerbennett avatar Sep 08 '22 19:09 tinder-tannerbennett

I don't think so, it should still work if you have the cached auth. You could always try just changing the path in the source and recompiling.

voidref avatar Sep 08 '22 20:09 voidref