-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Allow follow with notify = true #538
Comments
Came here to request the same, thanks @Shinigami92 |
I've started the branch feat/538-notify-me-when-account-posts with my changes. This is my second ever attempt at a code contribution to an open source project so please be kind. 😄 Verified the correct endpoint is called and value is updated, but the phrasing of the command may need to be tweaked a bit. I tried to stick with similar text phrasing as other commands in the list. Also to match the official Mastodon terminology. The phrase is quite long. Some apps have shifted this option outside of the hamburger menus and placed it as a bell icon right beside it. Other phrase options I considered:
I figured it might be setup with the account name in most commands to assist with text readers. Enable action presented when notifications are currently off Disable action presented when notifications are currently active |
@jeffsikes currently the branch you linked is just 3 commits behind and has no changes from you |
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe> Fix #538
Wanted to mention here that after discussion, the option was moved up in to the UI of the Account header beside the Follow button, so the action is now visible when viewing any account you currently follow, hidden otherwise. May want to enhance this in the future in the following ways:
|
In Mastodon it's possible to follow someone with notify active:
POST https://:instance/api/v1/accounts/:id/follow
Body: {"notify":true}
Currently I need to open the profile in original site, and if this is not my instance I need to re-search the account manually in my instance to reach this notify bell
It should somehow be possible to use this in elk directly
The text was updated successfully, but these errors were encountered: