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
[WIP] Mentions #95
[WIP] Mentions #95
Conversation
Slow and steady with this, there are a lot of moving parts to test.
Unfinished business:
|
Isn't it easier to use a custom-post-type for direct messages? It would make it easiere to list them, to update them and to comment them? |
Indeed, this is what I have upstream, and will be pushing in the next few days. |
* Comment-Threading-temp: Comments with threading Only federate comments from permitted post types maintain content warning (over activitypub) when replying to comment Fix comment parent threading issue threaded comments Comment threading (start of mentions) # Conflicts: # activitypub.php # includes/class-admin.php # includes/rest/class-inbox.php
Still some work to do:
|
…itypub into DirectMessages # Conflicts: # includes/class-admin.php # includes/functions.php # includes/model/class-activity.php # includes/model/class-post.php # includes/rest/class-followers.php # includes/rest/class-following.php # includes/rest/class-inbox.php # includes/rest/class-nodeinfo.php # includes/rest/class-outbox.php # includes/rest/class-server.php # includes/rest/class-webfinger.php
Rebased from master. Not ready for Merge |
|
Has there been any recent progress on this PR? |
Not so recently, however the features will be split into separate PRs in the near future. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Keep! |
This looks really interesting. I think this is really the only thing stopping me from giving it a go. As someone who hasn't really used Mastodon much but was a huge Twitter user (over 100,000 tweets), would I be able to follow and interact with people if I used this once the feature is complete? And would I be able to login to a Mastodon client via the identity of my own site? Apologies if I'm misunderstanding the intent of the project. I know it does a fair bit. |
@HammyHavoc This PR is very out of date, the work was largely ported to #142, and the remaining items will be added to a subsequent PR. |
Work in progress for constructing a per user inbox, federating replies.
The wordpress comment system is fine for allowing Fediverse users to interact with a post, however currently Private Mentions (non-public, such as Followers Only, and Direct/Private Messages) end up as WP Comments.
The following types of mentions go to a custom Mentions Post Type