-
-
Notifications
You must be signed in to change notification settings - Fork 486
Ability to follow and unfollow a user #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I've noticed that if you follow a user using the "u_username" scheme, e.g. "u_spez", a subreddit "/user/spez" (which opens the profile) and one called "u_spez" (which actually shows the posts in "r/u_spez") are created: u_spez is removed when the main menu is refreshed, while /user/spez only appears after the refresh. No idea why that is, but I don't know the code much either, maybe you have an explanation @QuantumBadger? Or is it a Reddit thing? reddit.com/r/u_spez also automatically redirects to reddit.com/user/spez. So..
I have now simply solved it by testing for both, but maybe it is better to somehow trigger an refresh after following? |
368b999
to
ec54088
Compare
I just noticed: The whole thing now has to be adapted to the block/unblock behaviour; no toast messages, but greyed out (un)follow loading buttons. I'll do that soon |
any follow-up to this feature? |
ec54088
to
9bfe2b7
Compare
9bfe2b7
to
800c93a
Compare
Thanks @folkemat, and sorry for the delay in responding. I've added some fixes and rebased this on the latest
The subreddit gets added to the local list in
That would be great, thanks! |
Hi, this PR adds the ability to follow and unfollow a user.
Closes #1156 and #700
What do you think? I look forward to your feedback