Skip to content
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

Deal better with incoming tags #418

Closed
akirk opened this issue Dec 20, 2024 · 2 comments · Fixed by #419
Closed

Deal better with incoming tags #418

akirk opened this issue Dec 20, 2024 · 2 comments · Fixed by #419

Comments

@akirk
Copy link
Owner

akirk commented Dec 20, 2024

When a post with a hashtag is received, apparently WordPress automatically adds it as a tag, we need to deal with it better:

  • Expose the tagged posts, it could be actually useful.
  • Add a way to limit the tags, potentially to zero.

The first instict might be to just add a way to stop all incoming tags but maybe it is desired to keep a few of them, maybe of the topics you'd like to follow.

@akirk
Copy link
Owner Author

akirk commented Dec 20, 2024

For what it's worth, I had explored this in #218 but never implemented it. Looks like WordPress does it on its own? I yet have to find evidence how it's done.

@akirk
Copy link
Owner Author

akirk commented Dec 20, 2024

Turn of events: the ActivityPub plugin actually does inject them. Still it makes sense to deal with them better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant