diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-24 19:29:01 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-24 19:29:01 +0000 |
commit | 19835be0677a9fa941b831ebf576c8cea9df080a (patch) | |
tree | 246ec82d9a004b8b81edfa4867f32ca12e982ccb /test/fixtures/tesla_mock | |
parent | 931c4974ee4a5e5e806433ce7b367928e4210e0c (diff) | |
parent | 8d9f43e1d1a55f445e4e6e4659b9493cd35d99d9 (diff) | |
download | pleroma-19835be0677a9fa941b831ebf576c8cea9df080a.tar.gz pleroma-19835be0677a9fa941b831ebf576c8cea9df080a.zip |
Merge branch 'fix-remote-follow-from-ostatus-subscribe' into 'develop'
Fix remote follow from /ostatus_subscribe
Closes #1103
See merge request pleroma/pleroma!1472
Diffstat (limited to 'test/fixtures/tesla_mock')
-rw-r--r-- | test/fixtures/tesla_mock/kpherox@mstdn.jp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fixtures/tesla_mock/kpherox@mstdn.jp.xml b/test/fixtures/tesla_mock/kpherox@mstdn.jp.xml new file mode 100644 index 000000000..2ec134eaa --- /dev/null +++ b/test/fixtures/tesla_mock/kpherox@mstdn.jp.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> + <Subject>acct:kPherox@mstdn.jp</Subject> + <Alias>https://mstdn.jp/@kPherox</Alias> + <Alias>https://mstdn.jp/users/kPherox</Alias> + <Link rel="http://webfinger.net/rel/profile-page" type="text/html" href="https://mstdn.jp/@kPherox"/> + <Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="https://mstdn.jp/users/kPherox.atom"/> + <Link rel="self" type="application/activity+json" href="https://mstdn.jp/users/kPherox"/> + <Link rel="http://ostatus.org/schema/1.0/subscribe" template="https://mstdn.jp/authorize_interaction?acct={uri}"/> +</XRD> |