-
-
Notifications
You must be signed in to change notification settings - Fork 394
Friendica not included for Rel=Me #971
Copy link
Copy link
Open
Labels
contributor-friendlyWell-suited as a community contribution. Does not require deep knowledge of the project internals.Well-suited as a community contribution. Does not require deep knowledge of the project internals.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededideaneeds more workphpPull requests that update Php codePull requests that update Php codevalid
Metadata
Metadata
Assignees
Labels
contributor-friendlyWell-suited as a community contribution. Does not require deep knowledge of the project internals.Well-suited as a community contribution. Does not require deep knowledge of the project internals.enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededideaneeds more workphpPull requests that update Php codePull requests that update Php codevalid
LinkStack version
4.8.6
Description
Currently, it seems that only Mastodon, Firefish and Streams are configured to allow Rel=Me links. However, Friendica does support this feature, and would benefit from being added to the list.
Details about your system
System is irrelevant for this entry
How to reproduce
Possible Solution
In meta.blade.php, change the following:
$relMe = "mastodon, firefish, streams";
for
$relMe = "mastodon, firefish, streams, friendica";
Additional Context
I am not sure if the best solution would be to simply add Friendica, or make it a parameter somehow? I am guessing other platforms could support it as well...
Thank you!