From e7091cba6a6752f9169a08ca570d9180c567cf13 Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 25 Nov 2020 11:41:48 +0000 Subject: [PATCH] Scripted auto-commit on change (2020-11-25 11:41:48) by gitwatch.sh --- content/note/5fbe42fa/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/note/5fbe42fa/index.md diff --git a/content/note/5fbe42fa/index.md b/content/note/5fbe42fa/index.md new file mode 100644 index 00000000..ac78c140 --- /dev/null +++ b/content/note/5fbe42fa/index.md @@ -0,0 +1,14 @@ +--- +date: '2020-11-25 11:41:46' +draft: false +posttype: note +sensitive: 'false' +slug: 5fbe42fa +visibility: public +title: note +--- +In order to get non-local replies to work correctly I need to work out how to query my local mastodon\pleroma api to return the local version of the remote reply. + +I can see that there is a url value in the local version that links to the remote version but the app replies to the remote version.. but the reverse is not true.. so need additional logic in my syndication code to connect the trail and reply to local rather than remote version (as my site is only authorises to post to my instance) + +Will hopefully not take long...