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...