]> git.mxchange.org Git - friendica.git/commit
Fix implicit mentions in incoming ActivityPub posts
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Feb 2019 04:42:04 +0000 (23:42 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Feb 2019 22:32:12 +0000 (17:32 -0500)
commit3ac8576c8e464f989ec8baf4dff4fa9ad99d524a
tree2bec903d6d88fa9b85af160514133c3d899d000b
parentfc47a0780168fe4da046b990c1d1b461e0211940
Fix implicit mentions in incoming ActivityPub posts

- Use thr-parent instead of parent-uri to retrieve implicit mentions to remove from body
- Add potential implicit mentions to 'tags' array for storage in Processor::convertImplicitMentionsInTags()
- Add usage of system.disable_implicit_mentions to disable implicit mention behavior
src/Protocol/ActivityPub/Processor.php