-
Notifications
You must be signed in to change notification settings - Fork 14
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
Separate Reblogging (and add draft editing) and ActivityPub Boosting #309
Conversation
Excellent idea. If I understand, then “Boost” will only show if ActivityPub is installed. I see two potential configuration settings to go with this feature.
|
After some thought, I think the simplest solution to formatting control might make the most sense. Simply add an additional css class when reblogging. In
|
Thanks for the suggestion, @kgourlay! I have added the CSS classes as your code proposal suggested (feel free to create a PR in future, so that you can show up as a contributor, please!) but I just wanted to point you to the friends_reblog_pre_insert_post hook which would allow you to do more stuff to the post, like automatically adding a category or tag. |
@kgourlay thank you for your settings suggestion. I've been thinking about it and actually think that simply removing the ActivityPub settings is the better option. There are too many settings already anyway. This way, people can deliberately do the addition boost if they think. Practically, this would mean that both the reblog will show in their followers feed as a dedicated post, and the ActivityPub boost. While a reblog is now one click more, I think it's worth double checking before posting something. The reblog without showing the editor was always a bit too much magic for me. |
dae7721
to
f699e40
Compare
I am happy to add back the options if there is demand for it but for now I'd like to go by decision vs. option. |
This splits the Reblog button from the Boost button (when it's an ActivityPub post). This allows to: